summaryrefslogtreecommitdiff
path: root/test cases/python/7 install path/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/python/7 install path/meson.build')
-rw-r--r--test cases/python/7 install path/meson.build3
1 files changed, 2 insertions, 1 deletions
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',
]
)