mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 11:20:11 -05:00
Trying to get it to compile again
This commit is contained in:
parent
44d631a83a
commit
4bfe851e84
2 changed files with 5 additions and 3 deletions
|
@ -126,11 +126,10 @@ enter_srcdir(os.path.dirname(os.path.realpath(__file__)))
|
|||
|
||||
|
||||
|
||||
|
||||
# perform the build
|
||||
exec('./mach build')
|
||||
exec('MACH_USE_SYSTEM_PYTHON=1 ./mach build')
|
||||
post_build()
|
||||
exec('./mach package')
|
||||
exec('MACH_USE_SYSTEM_PYTHON=1 ./mach package')
|
||||
|
||||
## copy the artifact from obj-* to a friendlier location... to: /work
|
||||
version = sys.argv[1]
|
||||
|
|
|
@ -36,3 +36,6 @@ export MOZ_REQUIRE_SIGNING=
|
|||
|
||||
# branding..
|
||||
ac_add_options --with-branding=browser/branding/librewolf
|
||||
|
||||
# disable sandboxed wasm libraries. this is temporary as we probably want this
|
||||
ac_add_options --without-wasm-sandboxed-libraries
|
||||
|
|
Loading…
Reference in a new issue