diff options
Diffstat (limited to 'test cases/python')
| -rw-r--r-- | test cases/python/2 extmodule/meson.build | 2 | ||||
| -rw-r--r-- | test cases/python/7 install path/meson.build | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/test cases/python/2 extmodule/meson.build b/test cases/python/2 extmodule/meson.build index 8332afdd1..079463160 100644 --- a/test cases/python/2 extmodule/meson.build +++ b/test cases/python/2 extmodule/meson.build @@ -1,5 +1,5 @@ project('Python extension module', 'c', - default_options : ['buildtype=release', 'werror=true']) + default_options : ['buildtype=release', 'werror=true', 'python.bytecompile=-1']) # Because Windows Python ships only with optimized libs, # we must build this project the same way. diff --git a/test cases/python/7 install path/meson.build b/test cases/python/7 install path/meson.build index 22e33c653..2cac6523c 100644 --- a/test cases/python/7 install path/meson.build +++ b/test cases/python/7 install path/meson.build @@ -1,7 +1,8 @@ project('install path', default_options: [ + 'python.bytecompile=-1', 'python.purelibdir=/pure', - 'python.platlibdir=/plat' + 'python.platlibdir=/plat', ] ) |
