mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-25 23:00:19 +00:00
Add libffi build scripts and patch for borked mozilla-build script
This commit is contained in:
6
win32/deps/libffi/build-x64.bat
Normal file
6
win32/deps/libffi/build-x64.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
#run this from mozilla-build\start-msvc11-x64.bat
|
||||
#cd /c/mozilla-build/hexchat/libffi-3.0.11
|
||||
|
||||
./configure CC="$(pwd)/msvcc.sh -m64" LD=link CPP='cl -nologo -EP' CFLAGS='-O2' --build=x86_64-w64-mingw32
|
||||
make clean
|
||||
make
|
||||
Reference in New Issue
Block a user