mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Pass TRICK_ICGFLAGS to invocation of ICG #309
This commit is contained in:
parent
51c544a5d7
commit
bc131147c3
@ -153,7 +153,7 @@ build/Makefile_ICG: icg
|
||||
@$(TRICK_HOME)/libexec/trick/convert_swig
|
||||
|
||||
icg:
|
||||
@$(TRICK_HOME)/bin/trick-ICG $(TRICK_CXXFLAGS) $(TRICK_SYSTEM_CXXFLAGS) S_source.hh
|
||||
@$(TRICK_HOME)/bin/trick-ICG $(TRICK_CXXFLAGS) $(TRICK_SYSTEM_CXXFLAGS) $(TRICK_ICGFLAGS) S_source.hh
|
||||
|
||||
$(dir $(TRICKIFY_LIB_NAME)) $(TRICKIFY_PYTHON_DIR):
|
||||
@mkdir -p $@
|
||||
|
Loading…
Reference in New Issue
Block a user