Skip to content

Commit 35085fc

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! squash! fixup! Fix CI regressions
1 parent 0426b72 commit 35085fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_sdl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ def get_cdef() -> tuple[str, dict[str, str]]:
374374
if sys.platform == "darwin":
375375
HEADER_DIR = Path(SDL_PARSE_PATH, "Headers")
376376
include_dirs.append(HEADER_DIR)
377+
include_dirs.append(SDL_INCLUDE)
377378
extra_link_args += [f"-F{SDL_BUNDLE_PATH}/.."]
378379
extra_link_args += ["-rpath", f"{SDL_BUNDLE_PATH}/.."]
379380
extra_link_args += ["-rpath", "/usr/local/opt/llvm/lib/"]

0 commit comments

Comments
 (0)