Fri Feb 24 05:48:01 PM CET 2023
This commit is contained in:
parent
d3e0b0661f
commit
b799f288ea
2 changed files with 9 additions and 5 deletions
|
|
@ -83,8 +83,9 @@ extract-arch :
|
|||
# windows-specific modifications:
|
||||
patch-folder-arch :
|
||||
[ -f "version" ] && [ -f "source_release" ] && [ -d "librewolf-$(full_version)" ]
|
||||
mv librewolf-$(full_version)/mozconfig librewolf-$(full_version)/mozconfig.std
|
||||
cp -v assets/mozconfig.arch librewolf-$(full_version)/mozconfig
|
||||
# mv librewolf-$(full_version)/mozconfig librewolf-$(full_version)/mozconfig.std
|
||||
# cp -v assets/mozconfig.arch librewolf-$(full_version)/mozconfig
|
||||
cp -v assets/mozconfig librewolf-$(full_version)/mozconfig
|
||||
(cd librewolf-$(full_version) && patch -p1 -i ../assets/tryfix-reslink-fail.patch)
|
||||
(cd librewolf-$(full_version) && patch -p1 -i ../assets/fix-l10n-package-cmd.patch)
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,11 @@ export HOST_CXX="$MOZBUILD/clang/bin/clang++"
|
|||
|
||||
|
||||
|
||||
export WINE="$MOZBUILD/wine/bin/wine64"
|
||||
export MIDL="$MOZBUILD/wine/bin/widl"
|
||||
|
||||
export WINE=wineconsole
|
||||
#export WINE="$MOZBUILD/wine/bin/wine64"
|
||||
#export MIDL="$MOZBUILD/wine/bin/widl"
|
||||
|
||||
#export MIDL=midl
|
||||
#export MIDL=widl
|
||||
|
||||
|
|
@ -30,7 +33,7 @@ export MIDL="$MOZBUILD/wine/bin/widl"
|
|||
# TODO : fixme
|
||||
#
|
||||
|
||||
ac_add_options --without-wasm-sandboxed-libraries
|
||||
#ac_add_options --without-wasm-sandboxed-libraries
|
||||
|
||||
###
|
||||
# old config settings
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue