summaryrefslogtreecommitdiffstats
path: root/config/toolchain/build32.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config/toolchain/build32.cmake')
-rw-r--r--config/toolchain/build32.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/toolchain/build32.cmake b/config/toolchain/build32.cmake
index 3d9197d..d078956 100644
--- a/config/toolchain/build32.cmake
+++ b/config/toolchain/build32.cmake
@@ -11,7 +11,7 @@ else ()
set (LIB32 /usr/lib) # Fedora
- if (EXISTS /usr/lib32)
+ if (EXISTS "/usr/lib32")
set (LIB32 /usr/lib32) # Arch, Solus
endif ()
@@ -26,7 +26,7 @@ else ()
# on Fedora and Arch and similar, point pkgconfig at 32 bit .pc files. We have
# to include the regular system .pc files as well (at the end), because some
# are not always present in the 32 bit directory
- if (EXISTS ${LIB32}/pkgconfig)
+ if (EXISTS "${LIB32}/pkgconfig")
set (ENV{PKG_CONFIG_LIBDIR} ${LIB32}/pkgconfig:/usr/share/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig)
endif ()
# where is the target environment