Fix typo (nw)

This commit is contained in:
Miodrag Milanovic 2016-02-27 19:36:19 +01:00
parent 0ba1d21093
commit 5b47ed4474

View File

@ -62,7 +62,7 @@
# USE_SYSTEM_LIB_SQLITE3 = 1
# USE_SYSTEM_LIB_PORTMIDI = 1
# USE_SYSTEM_LIB_PORTAUDIO = 1
# USE_BOUNDLED_LIB_SDL2 = 1
# USE_BUNDLED_LIB_SDL2 = 1
# MESA_INSTALL_ROOT = /opt/mesa
# SDL_INSTALL_ROOT = /opt/sdl2
@ -386,7 +386,7 @@ endif
# reverse logic for this one
ifdef USE_BOUNDLED_LIB_SDL2
ifdef USE_BUNDLED_LIB_SDL2
PARAMS += --with-bundled-sdl2
endif