mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Make SDL2 default on macOS (#16039)
This commit is contained in:
parent
d795c28af8
commit
0bdd5f294e
12 changed files with 22 additions and 14 deletions
|
@ -3,8 +3,10 @@
|
|||
cmake .. \
|
||||
-DCMAKE_FIND_FRAMEWORK=LAST \
|
||||
-DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE \
|
||||
-DUSE_SDL2_STATIC=TRUE \
|
||||
-DSDL2_INCLUDE_DIRS=/opt/homebrew/include/SDL2 \
|
||||
-DFREETYPE_LIBRARY=/opt/homebrew/lib/libfreetype.a \
|
||||
-DGETTEXT_INCLUDE_DIR=/path/to/include/dir \
|
||||
-DGETTEXT_INCLUDE_DIR=/opt/homebrew/include \
|
||||
-DGETTEXT_LIBRARY=/opt/homebrew/lib/libintl.a \
|
||||
-DLUA_LIBRARY=/opt/homebrew/lib/libluajit-5.1.a \
|
||||
-DOGG_LIBRARY=/opt/homebrew/lib/libogg.a \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue