mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
WIN9X: Upgrade pe-util
And drop its dependency on Boost
This commit is contained in:
@@ -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/../..
|
||||
|
||||
Reference in New Issue
Block a user