Skip to content

Commit f363ab9

Browse files
committed
Correct typos in configure.win
1 parent 7f8cb65 commit f363ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.win

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ for ARCH in x64 i386; do
77

88
if [ -e "${R_HOME}/bin/${ARCH}/R" ]; then
99
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`
10+
CFLAGS=`"${R_HOME}/bin/${ARCH}/R" CMD config CFLAGS`
11+
CPPFLAGS=`"${R_HOME}/bin/${ARCH}/R" CMD config CPPFLAGS`
12+
LDFLAGS=`"${R_HOME}/bin/${ARCH}/R" CMD config LDFLAGS`
1313
export CC CFLAGS CPPFLAGS LDFLAGS
1414

1515
echo "Compiling 'libfswatch' from source..."

0 commit comments

Comments
 (0)