aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-08-31 13:34:43 +0800
committerfanquake <fanquake@gmail.com>2022-06-16 16:59:05 +0100
commit7e7b3e42fa98b584ae60513a6774037bf677b8ce (patch)
tree165cab169ec64034c8bcf6cd8b5e8c0683322242 /depends/Makefile
parent8035b5c80df51130af7cd398da84186ee42dd6e3 (diff)
downloadbitcoin-7e7b3e42fa98b584ae60513a6774037bf677b8ce.tar.xz
build: add and use C_STANDARD in depends
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile
index 76f84b1a34..a0bd177a79 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -45,6 +45,8 @@ MULTIPROCESS ?=
LTO ?=
FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
+C_STANDARD ?= c11
+
BUILD = $(shell ./config.guess)
HOST ?= $(BUILD)
PATCHES_PATH = $(BASEDIR)/patches