Commit 8df77122 authored by Shen-Ta Hsieh's avatar Shen-Ta Hsieh Committed by Max Kellermann

python/build/libs.py: use right cmake variable to disable SDL

parent fef6b9df
......@@ -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',
],
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment