0
Fork 0
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:
Bert van der Weerd 2021-12-07 12:14:16 +01:00
parent 44d631a83a
commit 4bfe851e84
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 5 additions and 3 deletions

View file

@ -126,11 +126,10 @@ enter_srcdir(os.path.dirname(os.path.realpath(__file__)))
# perform the build # perform the build
exec('./mach build') exec('MACH_USE_SYSTEM_PYTHON=1 ./mach build')
post_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 ## copy the artifact from obj-* to a friendlier location... to: /work
version = sys.argv[1] version = sys.argv[1]

View file

@ -36,3 +36,6 @@ export MOZ_REQUIRE_SIGNING=
# branding.. # branding..
ac_add_options --with-branding=browser/branding/librewolf 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