Skip to content

Commit

Permalink
add shlib flags
Browse files Browse the repository at this point in the history
  • Loading branch information
theAeon committed Feb 15, 2024
1 parent 8f2a628 commit 24df8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EXTRACXXFLAGS=$(echo "$RCXX"| sed -e "s/-std=[^ ]\{0,\}//")
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`
CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS`
LDFLAGS=`"${R_HOME}/bin/R" CMD config LDFLAGS`
LDFLAGS=`"${R_HOME}/bin/R" CMD config LDFLAGS SHLIB_LDFLAGS`
FC=`"${R_HOME}/bin/R" CMD config FC`
FLIBS=`"${R_HOME}/bin/R" CMD config FLIBS`

Expand Down

0 comments on commit 24df8ce

Please sign in to comment.