summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/srtp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/third_party/build/srtp/Makefile b/third_party/build/srtp/Makefile
index 7b4d1b41..7be343de 100644
--- a/third_party/build/srtp/Makefile
+++ b/third_party/build/srtp/Makefile
@@ -10,10 +10,11 @@ export SRTP_LIB := ../../lib/libsrtp-$(TARGET_NAME)$(LIBEXT)
###############################################################################
# Gather all flags.
#
-export _CFLAGS := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
- $(CFLAGS) $(CC_INC). $(CC_INC)../../srtp/crypto/include \
+export _CFLAGS := $(CC_INC). $(CC_INC)../../srtp/crypto/include \
$(CC_INC)../../srtp/include \
- $(CC_INC)../../../pjlib/include
+ $(CC_INC)../../../pjlib/include \
+ $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
+ $(CFLAGS)
export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \
$(HOST_CXXFLAGS) $(CXXFLAGS)
export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \