Skip to content

Commit a660c7c

Browse files
authored
Update root-meson.build
Fixed typo caught by improved option handling in meson 1.8.4.
1 parent 1f032f0 commit a660c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/root-meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('raysect', 'cython',
2-
default_options: ['python.install-env=auto'],
2+
default_options: ['python.install_env=auto'],
33
version: run_command(['dev/build/update_version.sh'], check: true).stdout().strip()
44
)
55

0 commit comments

Comments
 (0)