11 lines
No EOL
334 B
Text
11 lines
No EOL
334 B
Text
################
|
|
# build 32-bit version..
|
|
#ac_add_options --target=x86_64-pc-mingw32
|
|
ac_add_options --target=i686-pc-mingw32
|
|
#ac_add_options --enable-bootstrap
|
|
ac_add_options --without-wasm-sandboxed-libraries
|
|
|
|
# currently fails on <stdatomic.h> when building..
|
|
#def deps_win32():
|
|
# exec('rustup target add i686-pc-windows-msvc')
|
|
# |