update to Nim 1.0.0
This commit is contained in:
5
nim.cfg
5
nim.cfg
@@ -3,7 +3,8 @@
|
||||
@end
|
||||
|
||||
@if emscripten or asmjs or wasm:
|
||||
o:"index.html"
|
||||
o:"build/sdlife.js"
|
||||
outdir:build
|
||||
@if not wasm:
|
||||
d:asmjs
|
||||
@end
|
||||
@@ -39,4 +40,6 @@
|
||||
dynlibOverride:"SDL2_net"
|
||||
#passL %= "-s USE_SDL=2 ../libSDL2_gfx.o ../libSDL2_image-png.o ../libSDL2_ttf.o --preload-file ../assets"
|
||||
passL %= "-s USE_SDL=2 -s USE_SDL_GFX=2"
|
||||
@else
|
||||
o:"build/sdlife"
|
||||
@end
|
||||
|
Reference in New Issue
Block a user