build: add and use CXX_STANDARD in depends

This commit is contained in:
fanquake
2021-09-09 14:21:01 +08:00
parent 7e7b3e42fa
commit f7595f1354
11 changed files with 9 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ LTO ?=
FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
C_STANDARD ?= c11
CXX_STANDARD ?= c++17
BUILD = $(shell ./config.guess)
HOST ?= $(BUILD)