mirror of https://github.com/libsdl-org/SDL.git
ci: build static loongarch libraries with -fPIC
This commit is contained in:
parent
9784414ddd
commit
fdf8e5a704
|
|
@ -641,6 +641,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
|
|||
"-DSDL_UNIX_CONSOLE_BUILD=ON",
|
||||
))
|
||||
case SdlPlatform.LoongArch64:
|
||||
fpic = True
|
||||
job.run_tests = False
|
||||
job.cc = "${LOONGARCH64_CC}"
|
||||
job.cxx = "${LOONGARCH64_CXX}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue