mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 06:58:30 +00:00
ci: build static loongarch libraries with -fPIC
This commit is contained in:
1
.github/workflows/create-test-plan.py
vendored
1
.github/workflows/create-test-plan.py
vendored
@@ -641,6 +641,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
|
|||||||
"-DSDL_UNIX_CONSOLE_BUILD=ON",
|
"-DSDL_UNIX_CONSOLE_BUILD=ON",
|
||||||
))
|
))
|
||||||
case SdlPlatform.LoongArch64:
|
case SdlPlatform.LoongArch64:
|
||||||
|
fpic = True
|
||||||
job.run_tests = False
|
job.run_tests = False
|
||||||
job.cc = "${LOONGARCH64_CC}"
|
job.cc = "${LOONGARCH64_CC}"
|
||||||
job.cxx = "${LOONGARCH64_CXX}"
|
job.cxx = "${LOONGARCH64_CXX}"
|
||||||
|
Reference in New Issue
Block a user