mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-26 15:51:13 +02:00
depends: build qt in c++17 mode
This commit is contained in:
@@ -29,7 +29,7 @@ $(package)_config_opts_release = -release
|
|||||||
$(package)_config_opts_release += -silent
|
$(package)_config_opts_release += -silent
|
||||||
$(package)_config_opts_debug = -debug
|
$(package)_config_opts_debug = -debug
|
||||||
$(package)_config_opts += -bindir $(build_prefix)/bin
|
$(package)_config_opts += -bindir $(build_prefix)/bin
|
||||||
$(package)_config_opts += -c++std c++11
|
$(package)_config_opts += -c++std c++1z
|
||||||
$(package)_config_opts += -confirm-license
|
$(package)_config_opts += -confirm-license
|
||||||
$(package)_config_opts += -hostprefix $(build_prefix)
|
$(package)_config_opts += -hostprefix $(build_prefix)
|
||||||
$(package)_config_opts += -no-compile-examples
|
$(package)_config_opts += -no-compile-examples
|
||||||
|
Reference in New Issue
Block a user