WIN9X: Upgrade pe-util

And drop its dependency on Boost
This commit is contained in:
Le Philousophe
2023-05-21 15:42:49 +00:00
parent e3fbd4733b
commit 9d7e6c601e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ RUN apt-get update && \
gawk \
gcc \
g++ \
libboost-filesystem-dev \
libgmp-dev \
libisl-dev \
libmpc-dev \
@@ -1,6 +1,6 @@
#! /bin/sh
PE_UTIL_VERSION=2af684a0acf303bc23b1c970f0251291cdd69189
PE_UTIL_VERSION=dc5dda5cbf89b6d81becaf9d2ddceedad7988346
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
HELPERS_DIR=$PACKAGE_DIR/../..