diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-01 03:14:50 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-01 03:14:50 -0500 |
commit | 0231f7464fb13eb146a2d4f77f23d75c52a589e1 (patch) | |
tree | 3845a01934f5883395df266990c7769846bf2d47 /config | |
parent | c3dc8a1f81c2148a64bc99a194da4c10614e9b95 (diff) | |
download | aura-central-0231f7464fb13eb146a2d4f77f23d75c52a589e1.tar.gz |
Move BinOC Apps to apps/ and make navigator build .. also use a bash script for mach and chain to real-mach
Diffstat (limited to 'config')
-rw-r--r-- | config/baseconfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/baseconfig.mk b/config/baseconfig.mk index a125466ab..baadf7f70 100644 --- a/config/baseconfig.mk +++ b/config/baseconfig.mk @@ -52,5 +52,6 @@ endif ifdef MOZILLA_SRCDIR MOZILLA_DIR = $(MOZILLA_SRCDIR) else + MOZILLA_SRCDIR = $(topsrcdir) MOZILLA_DIR = $(topsrcdir) endif |