fix: minor formatting

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity
2026-05-26 01:28:04 +00:00
parent 8dab081fff
commit 237900a683
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
. "${IRONFOX_MOZCONFIGS}/branding/ironfox-nightly.mozconfig"
. "${IRONFOX_MOZCONFIGS}/targets/arm.mozconfig"
## Set the destination object (output) directory
# Set the destination object (output) directory
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm
mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm
export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-nightly-arm"

View File

@@ -4,7 +4,7 @@
. "${IRONFOX_MOZCONFIGS}/branding/ironfox-nightly.mozconfig"
. "${IRONFOX_MOZCONFIGS}/targets/arm64.mozconfig"
## Set the destination object (output) directory
# Set the destination object (output) directory
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm64
mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm64
export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-nightly-arm64"

View File

@@ -4,7 +4,7 @@
. "${IRONFOX_MOZCONFIGS}/branding/ironfox-nightly.mozconfig"
. "${IRONFOX_MOZCONFIGS}/targets/x86_64.mozconfig"
## Set the destination object (output) directory
# Set the destination object (output) directory
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-x86_64
mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-x86_64
export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-nightly-x86_64"

View File

@@ -4,7 +4,7 @@
. "${IRONFOX_MOZCONFIGS}/branding/ironfox.mozconfig"
. "${IRONFOX_MOZCONFIGS}/targets/arm.mozconfig"
## Set the destination object (output) directory
# Set the destination object (output) directory
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm
mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm
export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-release-arm"

View File

@@ -4,7 +4,7 @@
. "${IRONFOX_MOZCONFIGS}/branding/ironfox.mozconfig"
. "${IRONFOX_MOZCONFIGS}/targets/arm64.mozconfig"
## Set the destination object (output) directory
# Set the destination object (output) directory
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm64
mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm64
export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-release-arm64"

View File

@@ -4,7 +4,7 @@
. "${IRONFOX_MOZCONFIGS}/branding/ironfox.mozconfig"
. "${IRONFOX_MOZCONFIGS}/targets/x86_64.mozconfig"
## Set the destination object (output) directory
# Set the destination object (output) directory
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-release-x86_64
mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-release-x86_64
export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-release-x86_64"