[quake3-commits] [ioquake/ioq3] 9543cf: Fix compiling on older macOS
Zack Middleton
noreply at github.com
Fri Nov 19 15:04:24 EST 2021
Branch: refs/heads/main
Home: https://github.com/ioquake/ioq3
Commit: 9543cf24df4c641deac88cce47c030d7562e3c39
https://github.com/ioquake/ioq3/commit/9543cf24df4c641deac88cce47c030d7562e3c39
Author: Zack Middleton <zack at cloemail.com>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Changed paths:
M Makefile
Log Message:
-----------
Fix compiling on older macOS
ranlib errors on older macOS because of arm64 arch in code/libs/macosx/-
libSDL2main.a. Use lipo to extract the library for the specific arch
that is being linked.
More information about the quake3-commits
mailing list