summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-12-01 06:31:56 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-12-01 06:31:56 +0100
commit2554b96d6936d83879fccd56d2bb460c21c07025 (patch)
tree65ee5f026589acb64f5aaf9c4ae25cb04c3e6e07 /config
parentcb65f6d10c30e21808068282eb7695277cd68b89 (diff)
parentf6fb48d086326a9cbc22aba9b5b9d73e9ffce656 (diff)
downloadUXP-2554b96d6936d83879fccd56d2bb460c21c07025.tar
UXP-2554b96d6936d83879fccd56d2bb460c21c07025.tar.gz
UXP-2554b96d6936d83879fccd56d2bb460c21c07025.tar.lz
UXP-2554b96d6936d83879fccd56d2bb460c21c07025.tar.xz
UXP-2554b96d6936d83879fccd56d2bb460c21c07025.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'config')
-rw-r--r--config/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.mk b/config/config.mk
index 24442bfe9..5a352e529 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -107,7 +107,7 @@ ifeq ($(HOST_OS_ARCH),WINNT)
# This means we're in comm-central's topsrcdir, so we need to adjust
# WIN_TOP_SRC (which points to mozilla's topsrcdir) for the substitution
# to win_srcdir.
- cc_WIN_TOP_SRC := $(WIN_TOP_SRC:%/mozilla=%)
+ cc_WIN_TOP_SRC := $(WIN_TOP_SRC:%$(subst $(topsrcdir),,$(MOZILLA_DIR))=%)
win_srcdir := $(subst $(topsrcdir),$(cc_WIN_TOP_SRC),$(srcdir))
endif
BUILD_TOOLS = $(WIN_TOP_SRC)/build/unix