Skip to content

Commit

Permalink
gcc fix for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Apr 12, 2024
1 parent f70234a commit 9be90fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions com.github.huluti.Curtail.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
}
]
},
{
"name": "gccfix",
"buildsystem": "simple",
"build-commands": [
"ln -s /usr/bin/gcc /app/bin/aarch64-linux-gnu-gcc"
],
"cleanup": ["*"]
},
{
"name":"oxipng",
"buildsystem":"simple",
Expand Down

0 comments on commit 9be90fa

Please sign in to comment.