mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 23:10:54 +01:00
appveyor: try overriding the triplets
This commit is contained in:
parent
83f717db49
commit
f5e99138e3
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ 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
|
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
|
sh ./autogen.sh
|
||||||
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64
|
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64 --build=x86_64-pc-mingw64 --host=x86_64-pc-mingw64
|
||||||
make -j2
|
make -j2
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue