Skip to content

Commit

Permalink
put back lpopt in general dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutierrez-sunbright committed Feb 15, 2024
1 parent 5d51fae commit fc2ea36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ endif
DEFINES += -DRBT_VERSION=\"$(RBT_VERSION)\"
CXX_FLAGS := $(CXX_BASE_FLAGS) $(CXX_CONFIG_FLAGS) $(CXX_WARNING_FLAGS) $(CXX_EXTRA_FLAGS) $(DEFINES)
LINK_FLAGS := -shared
LIB_DEPENDENCIES += -lm
LIB_DEPENDENCIES += -lm -lpopt
LIBS += $(LIB_DEPENDENCIES) -lRbt
INCLUDE := $(addprefix -I./, $(shell find include/ -type d )) $(addprefix -I./, $(shell find import/ -type d ))
LIBRARY := ./lib
Expand Down

0 comments on commit fc2ea36

Please sign in to comment.