Skip to content
Snippets Groups Projects
Commit aa2eb801 authored by znley's avatar znley Committed by Natanael Copa
Browse files

community/gjs: fix build failed on loongarch64

parent c0f582d5
No related branches found
No related tags found
1 merge request!65460community/gjs: fix build failed on loongarch64
Pipeline #232223 skipped
......@@ -36,7 +36,7 @@ esac
build() {
case "$CARCH" in
aarch64|arm*|riscv64)
aarch64|arm*|riscv64|loongarch64)
# not supported by clang here
export CFLAGS="${CFLAGS/-fstack-clash-protection}"
export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment