Skip to content

Commit 44d7c2e

Browse files
committed
Fix bigend build
1 parent 5cf4aeb commit 44d7c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
CC: mips-linux-gnu-gcc
132132
CXX: mips-linux-gnu-g++
133133

134-
CMAKEFLAGS: -DCMAKE_EXE_LINKER_FLAGS_RELEASE="-static" -Dgtest_disable_pthreads=ON
134+
CMAKEFLAGS: -DCMAKE_EXE_LINKER_FLAGS="-static" -Dgtest_disable_pthreads=ON
135135

136136
bazel:
137137
name: Bazel

0 commit comments

Comments
 (0)