Skip to content

Commit

Permalink
deps/gmp: quote flag CC_FOR_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jul 5, 2022
1 parent 6205a11 commit d2d042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/gmp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifneq ($(USE_BINARYBUILDER_GMP),1)

GMP_CONFIGURE_OPTS := $(CONFIGURE_COMMON)
GMP_CONFIGURE_OPTS += --enable-cxx --enable-shared --disable-static
GMP_CONFIGURE_OPTS += CC_FOR_BUILD=$(HOSTCC)
GMP_CONFIGURE_OPTS += CC_FOR_BUILD="$(HOSTCC)"

ifeq ($(BUILD_ARCH),x86_64)
GMP_CONFIGURE_OPTS += --enable-fat
Expand Down

0 comments on commit d2d042e

Please sign in to comment.