Skip to content

Commit 625572d

Browse files
committed
fixup! 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 35085fc commit 625572d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_sdl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def unpack_sdl(version: str) -> Path:
170170
sdl_path = Path(f"dependencies/SDL3-{version}")
171171
if sys.platform == "darwin":
172172
sdl_dir = sdl_path
173-
sdl_path /= "SDL3.framework"
173+
sdl_path /= "SDL3.xcframework/macos-arm64_x86_64/SDL3.framework"
174174
if sdl_path.exists():
175175
return sdl_path
176176
sdl_archive = get_sdl_file(version)
@@ -374,7 +374,6 @@ 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)
378377
extra_link_args += [f"-F{SDL_BUNDLE_PATH}/.."]
379378
extra_link_args += ["-rpath", f"{SDL_BUNDLE_PATH}/.."]
380379
extra_link_args += ["-rpath", "/usr/local/opt/llvm/lib/"]

0 commit comments

Comments
 (0)