summaryrefslogtreecommitdiffstats
path: root/win/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'win/aclocal.m4')
-rw-r--r--win/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/aclocal.m4 b/win/aclocal.m4
index 9e13647..d74df1a 100644
--- a/win/aclocal.m4
+++ b/win/aclocal.m4
@@ -396,7 +396,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
# Specify the CC output file names based on the target name
CC_OBJNAME="-Fo\[$]@"
- CC_EXENAME="-Fe\$(shell cygpath \$(PATHTYPE) '\[$]@')"
+ CC_EXENAME="-Fe\"\$(shell cygpath \$(PATHTYPE) '\[$]@')\""
# Specify linker flags depending on the type of app being
# built -- Console vs. Window.