summaryrefslogtreecommitdiffstats
path: root/external/libgpg-error
diff options
context:
space:
mode:
authorArmin Le Grand (Allotropia) <armin.le.grand.extern@allotropia.de>2021-07-01 09:26:34 +0200
committerArmin Le Grand (Allotropia) <armin.le.grand.extern@allotropia.de>2021-07-01 09:26:34 +0200
commitd3fdad5d0ccc1cfef14540319825aa09044d63f9 (patch)
treea54e2e1c6a3e579d427f1ba97cd93e6fc40b25f7 /external/libgpg-error
parentavoid windres preprocessor quoting-messups with current cygwin (diff)
downloadcore-d3fdad5d0ccc1cfef14540319825aa09044d63f9.tar.gz
core-d3fdad5d0ccc1cfef14540319825aa09044d63f9.zip
Revert "avoid windres preprocessor quoting-messups with current cygwin"
This reverts commit 731010a3124c92458be5c7c4839e8804d1c32463. Instead, try 15d36bdb2069cb531cabd9b3b9ffb0fb913a6bd0
Diffstat (limited to 'external/libgpg-error')
-rw-r--r--external/libgpg-error/ExternalProject_libgpg-error.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libgpg-error/ExternalProject_libgpg-error.mk b/external/libgpg-error/ExternalProject_libgpg-error.mk
index 6b7b0ac8e6a2..1fcd63180e20 100644
--- a/external/libgpg-error/ExternalProject_libgpg-error.mk
+++ b/external/libgpg-error/ExternalProject_libgpg-error.mk
@@ -28,7 +28,7 @@ $(call gb_ExternalProject_get_state_target,libgpg-error,build): $(call gb_Execut
--disable-doc \
--disable-tests \
--host=$(gb_ExternalProject_libgpg-error_host) \
- RC='windres -O COFF --target=$(gb_ExternalProject_libgpg-error_target) --preprocessor=$(call gb_Executable_get_target_for_build,cpp) --preprocessor-arg=-+ -DRC_INVOKED -DWINAPI_FAMILY=0 $(SOLARINC)' \
+ RC='windres -O COFF --target=$(gb_ExternalProject_libgpg-error_target) --preprocessor='\''$(call gb_Executable_get_target,cpp) -+ -DRC_INVOKED -DWINAPI_FAMILY=0 $(SOLARINC)'\' \
&& $(MAKE) \
)
else