mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Pass SWIG_FLAGS when calling SWIG in trickify.mk #326
This commit is contained in:
parent
4db4427f5d
commit
9f4c854353
@ -160,7 +160,7 @@ $(dir $(TRICKIFY_LIB_NAME)) $(TRICKIFY_PYTHON_DIR):
|
||||
|
||||
py_%.cpp: %.i | $(TRICKIFY_PYTHON_DIR)
|
||||
$(info $(call COLOR,SWIGing) $<)
|
||||
@$(SWIG) $(TRICK_INCLUDE) $(TRICK_DEFINES) $(TRICK_VERSIONS) -c++ -python -includeall -ignoremissing -w201,362,389,451 -outdir $(TRICKIFY_PYTHON_DIR) -o $@ $<
|
||||
@$(SWIG) $(TRICK_INCLUDE) $(TRICK_DEFINES) $(TRICK_VERSIONS) $(SWIG_FLAGS) -c++ -python -includeall -ignoremissing -w201,303,320,362,389,401,451 -outdir $(TRICKIFY_PYTHON_DIR) -o $@ $<
|
||||
|
||||
%.o: %.cpp
|
||||
$(info $(call COLOR,Compiling) $<)
|
||||
|
Loading…
Reference in New Issue
Block a user