summaryrefslogtreecommitdiffstats
path: root/src/physfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/physfs.mk')
-rw-r--r--src/physfs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/physfs.mk b/src/physfs.mk
index 09ba205..03ee23b 100644
--- a/src/physfs.mk
+++ b/src/physfs.mk
@@ -24,7 +24,8 @@ define $(PKG)_BUILD
-DPHYSFS_BUILD_SHARED=FALSE \
-DPHYSFS_INTERNAL_ZLIB=FALSE \
-DPHYSFS_BUILD_TEST=FALSE \
- -DPHYSFS_BUILD_WX_TEST=FALSE
+ -DPHYSFS_BUILD_WX_TEST=FALSE \
+ -DCMAKE_C_FLAGS='-Wno-unused-but-set-variable'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
'$(TARGET)-gcc' \