mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
No Issue - Don't use a hard coded path for win_srcdir in comm-style configurations
This commit is contained in:
parent
a4b95f5c0a
commit
2d24edf3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue