diff options
Diffstat (limited to 'lpsolve')
-rw-r--r-- | lpsolve/ExternalProject_lpsolve.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpsolve/ExternalProject_lpsolve.mk b/lpsolve/ExternalProject_lpsolve.mk index 22d172cb35a4..97f3428927e3 100644 --- a/lpsolve/ExternalProject_lpsolve.mk +++ b/lpsolve/ExternalProject_lpsolve.mk @@ -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 $@ |