fix liborcus with Visual studio 2008
Change-Id: Ia19669878e1a6c4d4b079355dcb7ce3e2836d24f
This commit is contained in:
parent
3237a3772b
commit
747ecb8fc8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,liborcus,\
|
|||
|
||||
ifeq ($(OS)$(COM),WNTMSC)
|
||||
|
||||
ifeq ($(CCNUMVER),90)
|
||||
ifeq ($(VCVER),90)
|
||||
$(call gb_ExternalProject_get_state_target,liborcus,build) :
|
||||
cd $(EXTERNAL_WORKDIR)/vsprojects/liborcus-static-nozip \
|
||||
&& export BOOST_INCLUDE_DIR=$(OUTDIR)/inc/external \
|
||||
|
|
Loading…
Reference in a new issue