This website requires JavaScript.
Explore
Help
Register
Sign In
YoungBlood
/
libsodium_wasm_experimental
Watch
3
Star
0
Fork
0
You've already forked libsodium_wasm_experimental
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
libsodium_wasm_experimental
/
sodiumWrapper
/
makeMingwX86-64.sh
5 lines
55 B
Bash
Raw
Normal View
History
Unescape
Escape
Add mingw libsodium build script
2020-06-01 20:45:07 +02:00
#!/bin/sh
./configureMingw64.sh
Disable macos and linux builds while we are setting up windows builds Add windows cache directories fix yml Fix YAML Get java first on windows build Try to replace mingw with msys in script Try windows build without the toolchain, since we are bringing our own taskkill was failing Different libtool package name Add autoconf to msys2 Install mingw-w64-x86_64-toolchain but with each package instead of a group which interrupts installation Msys2 cant find make, try using alias Make everything executable, add some debugging logs to windowsBuild Skip building, debug make Find all make files Another attempt Attempt different alias Try with symbolic link Attempt mingw64 Forgot to change folder Attempt N Set -e+e Try with cygwin mingw again Move Add more debug logs Add +e to see what fails now try direct make
2020-06-11 20:29:50 +02:00
echo
"Configure done"
Reference in New Issue
Copy Permalink