mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Basilisk requires devtools client for now so enable it by default but add a temporary exportable variable to bypass that
This commit is contained in:
parent
16ee2a0626
commit
1d4ff12bb4
1 changed files with 5 additions and 1 deletions
|
|
@ -62,4 +62,8 @@ MOZ_ADDON_SIGNING=0
|
|||
MOZ_REQUIRE_SIGNING=0
|
||||
|
||||
# Include the DevTools client, not just the server (which is the default)
|
||||
MOZ_DEVTOOLS=all
|
||||
if test -n "$BASILISK_DISABLE_DEVTOOLS" ; then
|
||||
MOZ_DEVTOOLS=
|
||||
else
|
||||
MOZ_DEVTOOLS=1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue