Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1586100 - Only depend on js/src/export when it is available. r=dm…
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 6, 2019
1 parent 8a18556 commit dec24ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/recurse.mk
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,11 @@ build/clang-plugin/tests/target-objects: build/clang-plugin/host
# clang-plugin tests require js-confdefs.h on js standalone builds and mozilla-config.h on
# other builds, because they are -include'd.
ifdef JS_STANDALONE
# The js/src/export target only exists when CURRENT_TIER is export. If we're in a later tier,
# we can assume js/src/export has happened anyways.
ifeq ($(CURRENT_TIER),export)
build/clang-plugin/tests/target-objects: js/src/export
endif
else
build/clang-plugin/tests/target-objects: mozilla-config.h
endif
Expand Down

0 comments on commit dec24ee

Please sign in to comment.