aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-06-20 17:28:22 -0400
committerCalvin Rose <calsrose@gmail.com>2019-06-20 17:28:22 -0400
commitbedd9ccaa1aaac82f4d8c48754ea79798dd4a8df (patch)
tree1f2254e68e13e40930c94560acadf72da2d09c0f /meson_options.txt
parentStart working to a full meson build. (diff)
Verify working meson build on windows.meson-only
Using MSVC, no need for GNU tools.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 615d80b0..3388cd9e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('build_hash', type : 'string', value : 'meson')
+option('git_hash', type : 'string', value : 'meson')
option('single_threaded', type : 'boolean', value : false)
option('nanbox', type : 'boolean', value : true)