Skip to content

Commit

Permalink
Update sbg causalization makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Jul 3, 2024
1 parent 283013e commit e2c3069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causalize/sbg_implementation/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ create-folders::
@mkdir -p $(BUILD_DIR)/$(CAUSALIZE_DIR)/sbg_implementation

$(CAUSALIZE_SBG): $(CAUSALIZE_SBG_OBJ) $(CAUSALIZE_COMMON_OBJ) $(LIBMODELICA)
$(CXX) $(CXXFLAGS) $(INCLUDES) $(SBG_LIB_DEV_INCLUDE) -o $(CAUSALIZE_SBG) $(CAUSALIZE_COMMON_OBJ) $(CAUSALIZE_SBG_OBJ) $(LIBS) $(SBG_LIB_DEV_LINK)
$(CXX) $(CXXFLAGS) $(INCLUDES) $(BOOST_1_81_INC) $(SBG_LIB_DEV_INCLUDE) -o $(CAUSALIZE_SBG) $(CAUSALIZE_COMMON_OBJ) $(CAUSALIZE_SBG_OBJ) $(LIBS) $(SBG_LIB_DEV_LINK)

# Disable the tests until we have the binary/API interface working.
#$(CAUSALIZE_SBG_TEST):
Expand Down

0 comments on commit e2c3069

Please sign in to comment.