mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fix typo (nw)
This commit is contained in:
parent
0ba1d21093
commit
5b47ed4474
4
makefile
4
makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user