Skip to content

Commit 0085b98

Browse files
authored
Merge pull request #459 from raysect/bug/build-error-in-ci
Bug/build error in ci
2 parents 456d055 + a660c7c commit 0085b98

2 files changed

Lines changed: 2 additions & 2 deletions

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

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)