wine/tools/gitlab/build-mac

18 lines
261 B
Plaintext
Raw Normal View History

2022-08-25 16:51:42 +00:00
#!/bin/bash
echo "Building $(git log -1)"
echo "---"
set -Eeuxo pipefail
./tools/make_requests
./tools/make_makefiles
autoreconf
cd build64
../configure -C --enable-win64 --with-mingw BISON=/usr/local/opt/bison/bin/bison
make -s -j8
cd ..
git reset --hard