mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +00:00
Use immediate instead of deferred assignment when copying TRICK_SYSTEM_CXXFLAGS to TRICK_SYSTEM_CFLAGS
This commit is contained in:
parent
abc7072918
commit
b5b46d9c75
@ -135,7 +135,7 @@ ifneq ($(GSL_HOME),)
|
||||
endif
|
||||
|
||||
# -fexceptions is included to propogate execptions through C code.
|
||||
TRICK_SYSTEM_CFLAGS = $(TRICK_SYSTEM_CXXFLAGS) -fexceptions
|
||||
TRICK_SYSTEM_CFLAGS := $(TRICK_SYSTEM_CXXFLAGS) -fexceptions
|
||||
|
||||
# append additional c and cxx flags defined in config_*.mk files.
|
||||
TRICK_SYSTEM_CFLAGS += $(TRICK_ADDITIONAL_CFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user