summaryrefslogtreecommitdiff
path: root/test cases/wasm/1 basic/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/wasm/1 basic/meson.build')
-rw-r--r--test cases/wasm/1 basic/meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/test cases/wasm/1 basic/meson.build b/test cases/wasm/1 basic/meson.build
index 1092a9ba7..d27599271 100644
--- a/test cases/wasm/1 basic/meson.build
+++ b/test cases/wasm/1 basic/meson.build
@@ -1,4 +1,9 @@
-project('emcctest', 'c', 'cpp')
+project('emcctest', 'c', 'cpp',
+ default_options: [
+ 'c_std=c17',
+ 'cpp_std=c++17',
+ ]
+)
executable('hello-c', 'hello.c')
executable('hello', 'hello.cpp')