Skip to content

Commit

Permalink
games/jaggedalliance2: Fix Makefile
Browse files Browse the repository at this point in the history
Don't mix tabs and spaces

Approved by:	portmgr (blanket)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jan 14, 2024
1 parent 251a845 commit 140a5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/jaggedalliance2/Makefile
Expand Up @@ -190,9 +190,9 @@ CARGO_TEST= no
MAKE_ENV= ${CARGO_ENV:NCARGO_TARGET_DIR=*}
LDFLAGS+= -Wl,--as-needed

CMAKE_OFF= LOCAL_LUA_LIB \
CMAKE_OFF= LOCAL_LUA_LIB \
LOCAL_MAGICENUM_LIB \
LOCAL_MINIAUDIO_LIB \
LOCAL_MINIAUDIO_LIB \
LOCAL_SOL_LIB \
LOCAL_STRING_THEORY_LIB \
WITH_UNITTESTS
Expand Down

0 comments on commit 140a5bc

Please sign in to comment.