Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rtools44 #220

Closed
yutannihilation opened this issue Mar 22, 2024 · 1 comment · Fixed by #221
Closed

Rtools44 #220

yutannihilation opened this issue Mar 22, 2024 · 1 comment · Fixed by #221

Comments

@yutannihilation
Copy link
Contributor

These lines might need some tweak.

# Add Rtools' GCC to PATH
if ($env:RTOOLS_VERSION -eq '43') {
$mingw_root = "C:\rtools43\x86_64-w64-mingw32.static.posix"
} elseif ($env:RTOOLS_VERSION -eq '42') {
$mingw_root = "C:\rtools42\x86_64-w64-mingw32.static.posix"
}

@CGMossa
Copy link
Member

CGMossa commented Mar 22, 2024

Thanks. Ci started failing and I was getting scared again... Because it wasn't reporting concrete error.... 😅

CGMossa added a commit to CGMossa/libR-sys that referenced this issue Mar 23, 2024
This was referenced Mar 23, 2024
CGMossa added a commit to CGMossa/libR-sys that referenced this issue Mar 23, 2024
JosiahParry pushed a commit that referenced this issue Mar 23, 2024
CGMossa added a commit that referenced this issue Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants