Skip to content

Commit 1f032f0

Browse files
authored
Update meson.build
Fixed typo that is now caught by meson since 1.8.4.
1 parent 29067e5 commit 1f032f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The template file used to generate this file is dev/root-meson.build.
33

44
project('raysect', 'cython',
5-
default_options: ['python.install-env=auto'],
5+
default_options: ['python.install_env=auto'],
66
version: run_command(['dev/build/update_version.sh'], check: true).stdout().strip()
77
)
88

0 commit comments

Comments
 (0)