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:
commit
607461fb9b
1 changed files with 2 additions and 2 deletions
4
mk.py
4
mk.py
|
|
@ -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('..')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue