Merge branch 'use_system_python' into 'master'

removed MACH_USE_SYSTEM_PYTHON=1

See merge request librewolf-community/browser/windows!23
This commit is contained in:
stanzabird 2022-05-07 17:01:02 +00:00
commit 607461fb9b

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('..')