summaryrefslogtreecommitdiff
path: root/lcms2
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-09 08:56:00 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-09 08:56:00 +0200
commitc9930a0bf316e398d088399b3de26f5dd2c33042 (patch)
tree3a583f6c67187f472436db7a456c10dbd889c3ee /lcms2
parente9fc811e2bc995220954b4c471b93a7f06a82359 (diff)
Fix path to the VC2008 project
Change-Id: I9f520ca7fb88c6843582595cd2d999d8060c9528
Diffstat (limited to 'lcms2')
-rw-r--r--lcms2/ExternalProject_lcms2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcms2/ExternalProject_lcms2.mk b/lcms2/ExternalProject_lcms2.mk
index 5b1eeea45800..2703c382315b 100644
--- a/lcms2/ExternalProject_lcms2.mk
+++ b/lcms2/ExternalProject_lcms2.mk
@@ -25,7 +25,7 @@ $(call gb_ExternalProject_get_state_target,lcms2,build):
&& touch $@
else
$(call gb_ExternalProject_get_state_target,lcms2,build):
- cd $(EXTERNAL_WORKDIR)/VC2008/lcms2_DLL \
+ cd $(EXTERNAL_WORKDIR)/Projects/VC2008/lcms2_DLL \
&& $(COMPATH)/vcpackages/vcbuild.exe lcms2_DLL.vcproj "Release|Win32" \
&& touch $@
endif