Skip to content

Commit

Permalink
Bug 1306138 - Include project-specific moz.configure at a later time.…
Browse files Browse the repository at this point in the history
… r=chmanchester

It is unfortunately not possible to include it last (or close to last,
before old.configure), but at least putting it after toolchain related
includes will be helpful.

--HG--
extra : rebase_source : bd027a87bc350c60dc1ba3308e2cc3b10782b506
  • Loading branch information
glandium committed Sep 28, 2016
1 parent 4376c75 commit bdf0719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions build/moz.configure/init.configure
Original file line number Diff line number Diff line change
Expand Up @@ -816,5 +816,3 @@ add_old_configure_assignment('PKG_CONFIG', pkg_config)
@dependable
def gonkdir():
return None

include(include_project_configure)
1 change: 1 addition & 0 deletions moz.configure
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ include_when('build/moz.configure/headers.configure',
include_when('build/moz.configure/warnings.configure',
when='--enable-compile-environment')

include(include_project_configure)

@depends(building_js, '--help')
def ctypes_default(building_js, _):
Expand Down

0 comments on commit bdf0719

Please sign in to comment.