Kaydet (Commit) f66e86f3 authored tarafından Rene Engelhard's avatar Rene Engelhard

readd SYSTEM_LPSOLVE define in sccomp after gbuildification

Change-Id: I3c6f160b7d19531df317d39723d1633ce58cccf9
üst a7a2fe05
......@@ -41,6 +41,12 @@ $(eval $(call gb_Library_use_libraries,solver,\
$(gb_UWINAPI) \
))
ifeq ($(SYSTEM_LPSOLVE),YES)
$(eval $(call gb_Library_add_defs,solver, \
-DSYSTEM_LPSOLVE \
))
endif
$(eval $(call gb_Library_use_external,solver,lpsolve))
$(eval $(call gb_Library_add_exception_objects,solver,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment