summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-02 00:44:38 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-09 17:05:53 +0200
commit0d2542d67ab77134e91317d45ea62e548a692067 (patch)
tree8f05e7088cb2273474ed80ca151160808a2a03bd /cli_ure
parentfbbce4cb2b55576248e5770efe0ce562d729c09a (diff)
gbuild, cli_ure: Win32 make issues with back and forward slashes
It looks like what works is to give the source file names with backslashes but everything else with forward slashes? Change-Id: Iaf910ab5fc41984d1315a30b164a334d28344c16
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/Library_cli_cppuhelper_native.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/Library_cli_cppuhelper_native.mk b/cli_ure/Library_cli_cppuhelper_native.mk
index fa55e42e906c..952bba86969d 100644
--- a/cli_ure/Library_cli_cppuhelper_native.mk
+++ b/cli_ure/Library_cli_cppuhelper_native.mk
@@ -21,7 +21,7 @@ $(eval $(call gb_Library_add_cxxflags,cli_cppuhelper,\
$(eval $(call gb_Library_add_ldflags,cli_cppuhelper,\
-ignore:4248 \
- -keyfile:$(call gb_Helper_windows_path,$(SRCDIR)/cli_ure/source/cliuno.snk) \
+ -keyfile:$(SRCDIR)/cli_ure/source/cliuno.snk \
))
$(eval $(call gb_Library_add_ldflags,cli_cppuhelper,\