summaryrefslogtreecommitdiff
path: root/Examples/r/simple/example.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/r/simple/example.dsp')
-rw-r--r--Examples/r/simple/example.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/r/simple/example.dsp b/Examples/r/simple/example.dsp
index 356815d19..105392bbd 100644
--- a/Examples/r/simple/example.dsp
+++ b/Examples/r/simple/example.dsp
@@ -122,7 +122,7 @@ InputName=example
echo R_INCLUDE: %R_INCLUDE%
echo R_LIB: %R_LIB%
echo on
- ..\..\..\swig.exe -r $(InputPath)
+ ..\..\..\swig.exe -r "$(InputPath)"
# End Custom Build
@@ -137,7 +137,7 @@ InputName=example
echo R_INCLUDE: %R_INCLUDE%
echo R_LIB: %R_LIB%
echo on
- ..\..\..\swig.exe -r $(InputPath)
+ ..\..\..\swig.exe -r "$(InputPath)"
# End Custom Build