Kaydet (Commit) befae0ce authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

lpsolve: fix botched test to detect MACOSX

Change-Id: I186a6191959b0b0826f3578c8d5eced12c258f3d
üst 433b43bc
......@@ -35,7 +35,7 @@ endif # $(COM)
else # $(GUI)!=WNT
$(call gb_ExternalProject_get_state_target,lpsolve,build):
cd $(EXTERNAL_WORKDIR)/lpsolve55 \
&& sh $(if $(filter MACOSX,$(GUI)),ccc.osx, \
&& sh $(if $(filter MACOSX,$(OS)),ccc.osx, \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),ccc.static, \
$(if $(filter AIXGCC,$(OS)$(COM)),ccc.aix.gcc,ccc))) \
&& touch $@
......
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