diff --git a/com.github.huluti.Curtail.json b/com.github.huluti.Curtail.json index 727c137..f32f724 100644 --- a/com.github.huluti.Curtail.json +++ b/com.github.huluti.Curtail.json @@ -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",