mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 01:34:46 -04:00
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user