We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8cb65 commit f363ab9Copy full SHA for f363ab9
configure.win
@@ -7,9 +7,9 @@ for ARCH in x64 i386; do
7
8
if [ -e "${R_HOME}/bin/${ARCH}/R" ]; then
9
CC=`"${R_HOME}/bin/${ARCH}/R" CMD config CC`
10
- CFLAGS=`"${R_HOME}/${ARCH}/bin/R" CMD config CFLAGS`
11
- CPPFLAGS=`"${R_HOME}/${ARCH}/bin/R" CMD config CPPFLAGS`
12
- LDFLAGS=`"${R_HOME}/${ARCH}/bin/R" CMD config LDFLAGS`
+ CFLAGS=`"${R_HOME}/bin/${ARCH}/R" CMD config CFLAGS`
+ CPPFLAGS=`"${R_HOME}/bin/${ARCH}/R" CMD config CPPFLAGS`
+ LDFLAGS=`"${R_HOME}/bin/${ARCH}/R" CMD config LDFLAGS`
13
export CC CFLAGS CPPFLAGS LDFLAGS
14
15
echo "Compiling 'libfswatch' from source..."
0 commit comments