Skip to content

Commit e02ab06

Browse files
committed
Fix PLATFORM name
1 parent 2268a6f commit e02ab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/conda/pkgs-R.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COMMENT( custom-built emews-rinside )m4_dnl
55
COMMENT( Other platforms simply install r and build RInside )m4_dnl
66
COMMENT( inside build-generic.sh )m4_dnl
77
COMMENT( Retain indentation )m4_dnl
8-
m4_ifelse(getenv(PLATFORM),`osx-arm64',
8+
m4_ifelse(getenv(CONDA_PLATFORM),`osx-arm64',
99
` - swift-t::emews-rinside',
1010
` - r=getenv(R_VERSION)'
1111
)

0 commit comments

Comments
 (0)