mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Back out fix for 290121 temporarily (until Christophe upgrades build tools)
This commit is contained in:
parent
20468698e4
commit
dc966bf4fc
@ -395,7 +395,7 @@ WCCFLAGS3 := $(subst -D,-d,$(WCCFLAGS2))
|
||||
# Translate source filenames to absolute paths. This is required for
|
||||
# debuggers under Windows & OS/2 to find source files automatically
|
||||
|
||||
ifeq (,$(filter-out OS2 AIX,$(OS_TARGET)))
|
||||
ifeq (,$(filter-out OS2%,$(OS_TARGET)))
|
||||
NEED_ABSOLUTE_PATH := 1
|
||||
PWD := $(shell pwd)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user