diff --git a/js/src/config/rules.mk b/js/src/config/rules.mk index 0a3cfe57ba38..e1a5aea2096d 100644 --- a/js/src/config/rules.mk +++ b/js/src/config/rules.mk @@ -1362,6 +1362,8 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DEPS) $(xpidl-preqs) # no need to link together if XPIDLSRCS contains only XPIDL_MODULE ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS))) + +# based on $(XPIDL_LINK) XPT_PY ?= $(PYTHON) $(LIBXUL_DIST)/sdk/bin/xpt.py # Workaround race condition until deps fixed