mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1047621 - Move link.py to config for importing expandlibs_exec; r=gps
This commit is contained in:
parent
8c1cd0bd8e
commit
d146198436
@ -6,7 +6,7 @@ include $(topsrcdir)/toolkit/library/libxul.mk
|
||||
|
||||
ifeq (WINNT_1,$(OS_TARGET)_$(MOZ_PROFILE_USE))
|
||||
# Wrap linker to measure peak virtual memory usage.
|
||||
LD := $(PYTHON) $(topsrcdir)/build/link.py linker-vsize $(LD)
|
||||
LD := $(PYTHON) $(topsrcdir)/config/link.py linker-vsize $(LD)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user