python/build/libs.py: use right cmake variable to disable SDL
This commit is contained in:
parent
fef6b9df80
commit
8df77122e5
|
@ -149,7 +149,7 @@ gme = CmakeProject(
|
|||
'-DBUILD_SHARED_LIBS=OFF',
|
||||
'-DENABLE_UBSAN=OFF',
|
||||
'-DZLIB_INCLUDE_DIR=OFF',
|
||||
'-DSDL2_DIR=OFF',
|
||||
'-DCMAKE_DISABLE_FIND_PACKAGE_SDL2=ON',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue