From 9bc3db93c2a7a7a18eb1570e00275d02c9dfbb7b Mon Sep 17 00:00:00 2001 From: Uwe Koloska Date: Wed, 14 Oct 2015 11:08:54 +0200 Subject: fix project path for vmime extra file vmime uses a file from the src-directory of mxe but references it using a relative path that is only working if the temporary build directory is inside the mxe project path at the fixed position. --- src/vmime.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmime.mk b/src/vmime.mk index 7748ea4..247dc68 100644 --- a/src/vmime.mk +++ b/src/vmime.mk @@ -35,7 +35,7 @@ define $(PKG)_BUILD -DVMIME_TLS_SUPPORT_LIB_IS_OPENSSL=OFF \ -DVMIME_SHARED_PTR_USE_CXX=ON \ -DCXX11_COMPILER_FLAGS=ON \ - -C../../src/vmime-TryRunResults.cmake \ + -C '$(PWD)/src/vmime-TryRunResults.cmake' \ . $(MAKE) -C '$(1)' -j '$(JOBS)' -- cgit v0.12