summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2022-07-21 22:02:57 -0400
committerAndrew Opalach <andrew@akon.city> 2022-07-21 22:02:57 -0400
commit908e17ee1f85472237aae329f8605a985841a4e8 (patch)
tree860564f2856af5c7cacdde3e1c40066c362dea19 /subprojects
parent61794ae259000f1d0e463577d750f9d5ea45ac71 (diff)
downloadmauri-908e17ee1f85472237aae329f8605a985841a4e8.tar.gz
mauri-908e17ee1f85472237aae329f8605a985841a4e8.tar.bz2
mauri-908e17ee1f85472237aae329f8605a985841a4e8.zip
temporary fix for new assets, major cleanup
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/s3tc-dxt-decompression/meson.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/subprojects/s3tc-dxt-decompression/meson.build b/subprojects/s3tc-dxt-decompression/meson.build
index 21937e8..07f4fd0 100644
--- a/subprojects/s3tc-dxt-decompression/meson.build
+++ b/subprojects/s3tc-dxt-decompression/meson.build
@@ -1,4 +1,8 @@
-project('s3tc', 'c')
+project('s3tc', 'cpp')
+
+if host_machine.system() == 'linux'
+ add_project_arguments('-Wno-unused-variable', language : 'cpp')
+endif
s3tc_inc = include_directories('.')