[quake3-commits] [ioquake/ioq3] abce15: Fix compiling Mac OS 10.5 Universal App Bundle

Zack Middleton zack at cloemail.com
Wed May 24 16:53:20 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: abce15055cbbd0ee4a01277839a4830b5f8488ee
      https://github.com/ioquake/ioq3/commit/abce15055cbbd0ee4a01277839a4830b5f8488ee
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M Makefile
    M make-macosx-ub.sh

  Log Message:
  -----------
  Fix compiling Mac OS 10.5 Universal App Bundle

Need to be able to specify minimum Mac OS X version outside of the
Makefile to avoid conflicting CFLAGS.
Moved -mmacosx-version-min LDFLAGS into the Makefile.
Moved -arch x86_64 from OPTIMIZEVM to CFLAGS to fix linker errors
(previously make-macosx-ub.sh passed it to CFLAGS manually).




More information about the quake3-commits mailing list