Skip to content

Commit 5dc8015

Browse files
committed
ci: Haiku does not need -DSDL_UNIX_CONSOLE_BUILD=ON
Haiku has a native video system
1 parent 2190705 commit 5dc8015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/create-test-plan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
654654
f"-DCMAKE_C_COMPILER={job.cc}",
655655
f"-DCMAKE_CXX_COMPILER={job.cxx}",
656656
"-DCMAKE_SYSTEM_NAME=Haiku",
657-
"-DSDL_UNIX_CONSOLE_BUILD=ON",
658657
))
659658
job.shared_lib = SharedLibType.SO_0
660659
job.static_lib = StaticLibType.A

0 commit comments

Comments
 (0)