aports/testing/arturo/compiler.patch
Celeste 77061b6aad testing/arturo: new aport
https://github.com/arturo-lang/arturo
Simple, expressive & portable programming language for efficient scripting
2025-08-14 10:08:08 +00:00

14 lines
425 B
Diff

--- a/.config/arch.nims
+++ b/.config/arch.nims
@@ -8,8 +8,8 @@ proc arm64Config() =
--cpu:arm64
if hostOS != "macosx":
--gcc.path:"/usr/bin"
- --gcc.exe:"aarch64-linux-gnu-gcc"
- --gcc.linkerexe:"aarch64-linux-gnu-gcc"
+ --gcc.exe:"aarch64-alpine-linux-musl-gcc"
+ --gcc.linkerexe:"aarch64-alpine-linux-musl-gcc"
else:
--passC:"-I/opt/homebrew/include"