0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-23 10:04:47 +02:00
construct/.appveyor-build.sh

9 lines
385 B
Bash
Raw Normal View History

2016-03-21 03:27:11 +01:00
set -v
export PATH=/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
sh ./autogen.sh
2016-03-21 18:11:56 +01:00
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64 --build=x86_64-pc-mingw64 --host=x86_64-pc-mingw64
2016-03-21 03:27:11 +01:00
make -j2
make install