File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4579,6 +4579,7 @@ LIBS="${r_save_LIBS}"
45794579if test "x${r_cv_icu}" = xyes; then
45804580 AC_DEFINE ( USE_ICU , 1 , [ Define to use ICU for collation.] )
45814581 LIBS="${LIBS} -licuuc -licui18n"
4582+ dnl why does this append when everything else prepends? Including on macOS
45824583else
45834584 use_ICU=no
45844585fi
Original file line number Diff line number Diff line change 2626#ifndef R_EXT_BOOLEAN_H_
2727#define R_EXT_BOOLEAN_H_
2828
29+ // NB: there is a version of this in Rmath.h0[.in]
30+
2931#undef FALSE
3032#undef TRUE
3133
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ inc: Makefile
8989
9090# check: clean -- takes ~ 5 sec --> just 'rm test':
9191# : all -- not as dependency, but directly, possibly parallelized:
92+ # ## NB: we only test the static library, unlike Windows.
93+ # ## This is becuse of the platform-specific and ever-changing ways
94+ # ## of finding the just-built DSO/dylib at run time.
9295check :
9396 @rm -f check.log test
9497 @if test -n " ${TEST_MC_CORES} " ; then \
You can’t perform that action at this time.
0 commit comments