removed MACH_USE_SYSTEM_PYTHON=1

This commit is contained in:
Bert van der Weerd 2022-05-07 18:59:43 +02:00
parent 35998e2a84
commit 42b6233c55
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

4
mk.py
View file

@ -104,8 +104,8 @@ def build(debug=False):
patch('../assets/tryfix-reslink-fail.patch')
# perform the build and package.
exec('MACH_USE_SYSTEM_PYTHON=1 ./mach build')
exec('MACH_USE_SYSTEM_PYTHON=1 ./mach package')
exec('./mach build')
exec('./mach package')
os.chdir('..')