Skip to content

Commit

Permalink
Fix PLATFORM name
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Dec 12, 2024
1 parent 2268a6f commit e02ab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/conda/pkgs-R.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COMMENT( custom-built emews-rinside )m4_dnl
COMMENT( Other platforms simply install r and build RInside )m4_dnl
COMMENT( inside build-generic.sh )m4_dnl
COMMENT( Retain indentation )m4_dnl
m4_ifelse(getenv(PLATFORM),`osx-arm64',
m4_ifelse(getenv(CONDA_PLATFORM),`osx-arm64',
` - swift-t::emews-rinside',
` - r=getenv(R_VERSION)'
)
Expand Down

0 comments on commit e02ab06

Please sign in to comment.