Kaydet (Commit) 376c1dff authored tarafından Julien Nabet's avatar Julien Nabet

Try to fix a missing endif blindly

Change-Id: I05474288e19b9bf6d7cad79b60a5c2ed2af41466
üst 99ddd576
...@@ -27,7 +27,8 @@ else ifeq ($(DISABLE_DYNLOADING),TRUE) ...@@ -27,7 +27,8 @@ else ifeq ($(DISABLE_DYNLOADING),TRUE)
$(eval $(call gb_ExternalPackage_add_files,lpsolve,lib,lpsolve55/liblpsolve55.a)) $(eval $(call gb_ExternalPackage_add_files,lpsolve,lib,lpsolve55/liblpsolve55.a))
else else
$(eval $(call gb_ExternalPackage_add_files,lpsolve,lib,lpsolve55/liblpsolve55.so)) $(eval $(call gb_ExternalPackage_add_files,lpsolve,lib,lpsolve55/liblpsolve55.so))
endif endif # $(DISABLE_DYNLOADING)
endif # $(OS)
endif # $(GUI) endif # $(GUI)
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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