mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-13 12:41:50 +01:00
https://github.com/arturo-lang/arturo Simple, expressive & portable programming language for efficient scripting
14 lines
425 B
Diff
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"
|
|
|