Kaydet (Commit) 1cf83a52 authored tarafından Michael Stahl's avatar Michael Stahl

odk: use single quotes for Win32 make

Change-Id: Ie6f3404ef034bae2550ca451909fcf120a70a78b
üst 637b0ef1
...@@ -44,7 +44,7 @@ $(call gb_CustomTarget_get_workdir,odk/check)/checkbin : \ ...@@ -44,7 +44,7 @@ $(call gb_CustomTarget_get_workdir,odk/check)/checkbin : \
$(call gb_Helper_print_on_error,\ $(call gb_Helper_print_on_error,\
$(PERL) $< \ $(PERL) $< \
$(INSTDIR)/$(SDKDIRNAME) \ $(INSTDIR)/$(SDKDIRNAME) \
$(odk_PLATFORM) "$(gb_Executable_EXT)" \ $(odk_PLATFORM) '$(gb_Executable_EXT)' \
,$@.log \ ,$@.log \
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment