We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e61e0 commit 1c7e6c4Copy full SHA for 1c7e6c4
configure
@@ -3,9 +3,9 @@
3
# Find R compilers
4
CC=`${R_HOME}/bin/R CMD config CC`
5
CFLAGS=`${R_HOME}/bin/R CMD config CFLAGS`
6
-# compiler and flags to 'compilation' file
7
-echo "CC=${CC}" > inst/compilation
8
-echo "CFLAGS=${CFLAGS}" >> inst/compilation
+# compiler and flags to 'cc' file
+echo "CC=${CC}" > inst/cc
+echo "CFLAGS=${CFLAGS}" >> inst/cc
9
10
# compiler info to output #3291
11
if [ "$CC"=~"gcc" ]; then
0 commit comments