diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 79a0e2a6ead4..ee25cd20d080 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -28,8 +28,8 @@ $(eval $(call gb_Library_add_defs,sal,\ ) \ $(LFS_CFLAGS) \ -DSAL_DLLIMPLEMENTATION \ - -DRTL_OS="\"$(RTL_OS)"\" \ - -DRTL_ARCH="\"$(RTL_ARCH)"\" \ + -DRTL_OS="\"$(RTL_OS)\"" \ + -DRTL_ARCH="\"$(RTL_ARCH)\"" \ -DSRCDIR="\"$(SRCDIR)\"" \ )) |