mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
bug 559961, explicitly abspath optimizejars.py, r=ted, a=bustage-fix
This commit is contained in:
parent
552b7a310e
commit
221b6a0b5a
@ -846,4 +846,4 @@ DIRS += $(foreach tier,$(TIERS),$(tier_$(tier)_dirs))
|
||||
STATIC_DIRS += $(foreach tier,$(TIERS),$(tier_$(tier)_staticdirs))
|
||||
endif
|
||||
|
||||
OPTIMIZE_JARS_CMD = $(PYTHON) $(topsrcdir)/config/optimizejars.py
|
||||
OPTIMIZE_JARS_CMD = $(PYTHON) $(call core_abspath,$(topsrcdir)/config/optimizejars.py)
|
||||
|
Loading…
Reference in New Issue
Block a user