aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build/gnumake-mac-gcc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/build/gnumake-mac-gcc.inc')
-rw-r--r--externals/grill/flext/build/gnumake-mac-gcc.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/externals/grill/flext/build/gnumake-mac-gcc.inc b/externals/grill/flext/build/gnumake-mac-gcc.inc
index 1eb1ce77..aec212c5 100644
--- a/externals/grill/flext/build/gnumake-mac-gcc.inc
+++ b/externals/grill/flext/build/gnumake-mac-gcc.inc
@@ -2,16 +2,12 @@ ifdef SIMD
DEFS += -DFLEXT_USE_SIMD
endif
-ifdef SNDOBJ
+ifdef SNDOBJ_LIB
SRCS+=$(SRCS_SNDOBJ)
HDRS+=$(HDRS_SNDOBJ)
-INCPATH+=-I$(SNDOBJ)
-LIBS+=-lsndobj
endif
-ifdef STK
+ifdef STK_LIB
SRCS+=$(SRCS_STK)
HDRS+=$(HDRS_STK)
-INCPATH+=-I$(STK)
-LIBS+=-lstk
endif