diff options
Diffstat (limited to 'depends/Makefile')
-rw-r--r-- | depends/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile index 76f84b1a34..5a1c472a15 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -45,6 +45,9 @@ MULTIPROCESS ?= LTO ?= FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources +C_STANDARD ?= c11 +CXX_STANDARD ?= c++17 + BUILD = $(shell ./config.guess) HOST ?= $(BUILD) PATCHES_PATH = $(BASEDIR)/patches |