mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
build, qt: Force bootstrap while building linguist tools
Qt lrelease tool depends on the xml module. This change guarantees that it is always available after being bootstrapped.
This commit is contained in:
parent
689320e307
commit
30982721ab
2 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,7 @@ $(package)_config_opts += -no-system-proxies
|
||||||
$(package)_config_opts += -no-use-gold-linker
|
$(package)_config_opts += -no-use-gold-linker
|
||||||
$(package)_config_opts += -nomake examples
|
$(package)_config_opts += -nomake examples
|
||||||
$(package)_config_opts += -nomake tests
|
$(package)_config_opts += -nomake tests
|
||||||
|
$(package)_config_opts += -nomake tools
|
||||||
$(package)_config_opts += -opensource
|
$(package)_config_opts += -opensource
|
||||||
$(package)_config_opts += -pkg-config
|
$(package)_config_opts += -pkg-config
|
||||||
$(package)_config_opts += -prefix $(host_prefix)
|
$(package)_config_opts += -prefix $(host_prefix)
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = linguist
|
SUBDIRS = linguist
|
||||||
|
|
||||||
|
fb = force_bootstrap
|
||||||
|
CONFIG += $$fb
|
||||||
|
cache(CONFIG, add, fb)
|
||||||
|
|
Loading…
Add table
Reference in a new issue