Skip to content

Commit

Permalink
Merge pull request r-lib#441 from r-lib/cross
Browse files Browse the repository at this point in the history
Pass R_CONFIGURE_FLAGS when configuring libuv
  • Loading branch information
gaborcsardi committed Jan 10, 2024
2 parents 8a84fc9 + 22ea67e commit 03435bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(SHLIB): $(LIBUV)/.libs/libuv.a

$(LIBUV)/Makefile:
(cd $(LIBUV) \
&& CC="$(CC)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS) $(CPICFLAGS) $(C_VISIBILITY) -std=c99" AR="$(AR)" RANLIB="$(RANLIB)" LDFLAGS="$(LDFLAGS)" ./configure --quiet)
&& CC="$(CC)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS) $(CPICFLAGS) $(C_VISIBILITY) -std=c99" AR="$(AR)" RANLIB="$(RANLIB)" LDFLAGS="$(LDFLAGS)" ./configure $(R_CONFIGURE_FLAGS) --quiet)

$(LIBUV)/.libs/libuv.a: $(LIBUV)/Makefile
$(MAKE) --directory=$(LIBUV) \
Expand Down

0 comments on commit 03435bc

Please sign in to comment.