We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 456d055 + a660c7c commit 0085b98Copy full SHA for 0085b98
2 files changed
dev/root-meson.build
@@ -1,5 +1,5 @@
1
project('raysect', 'cython',
2
- default_options: ['python.install-env=auto'],
+ default_options: ['python.install_env=auto'],
3
version: run_command(['dev/build/update_version.sh'], check: true).stdout().strip()
4
)
5
meson.build
@@ -2,7 +2,7 @@
# The template file used to generate this file is dev/root-meson.build.
6
7
8
0 commit comments