diff options
-rw-r--r-- | contrib/scintilla.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/scintilla.am b/contrib/scintilla.am index 0a0334f..6c75e65 100644 --- a/contrib/scintilla.am +++ b/contrib/scintilla.am @@ -57,6 +57,12 @@ MAKE_LEXILLA = $(MAKE) -C @LEXILLA_PATH@/src \ CC='@CC@' CXX='@CXX@' \ AR='@AR@' RANLIB='@RANLIB@' +# FIXME: Makes sure that -arch arm64 -arch x86_64 +# will not be used on Mac OS as it is not supported +# by all SDKs. +# The remaining BASE_FLAGS should not be important. +MAKE_LEXILLA += BASE_FLAGS='' + .PHONY: make-lexilla make-lexilla: $(MAKE_LEXILLA) ../bin/liblexilla.a |