summaryrefslogtreecommitdiffstats
path: root/src/openal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/openal.mk')
-rw-r--r--src/openal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openal.mk b/src/openal.mk
index 3c31553..60522c2 100644
--- a/src/openal.mk
+++ b/src/openal.mk
@@ -20,7 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)/build' && cmake .. \
- -DCMAKE_TOOLCHAIN_FILE=$(CMAKE_TOOLCHAIN_FILE) \
+ -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
-DLIBTYPE=STATIC
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install