2014-10-04 07:12:33 +00:00
|
|
|
#
|
|
|
|
# This file is subject to the terms of the GFX License. If a copy of
|
|
|
|
# the license was not distributed with this file, you can obtain one at:
|
|
|
|
#
|
2018-10-01 15:32:39 +00:00
|
|
|
# http://ugfx.io/license.html
|
2014-10-04 07:12:33 +00:00
|
|
|
#
|
|
|
|
|
2014-09-30 14:44:40 +00:00
|
|
|
# See readme.txt for the make API
|
|
|
|
|
|
|
|
# Requirements:
|
|
|
|
#
|
2017-06-26 04:58:00 +00:00
|
|
|
# OSX_SDK The location of the SDK eg. OSX_SDK = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
|
|
|
|
# OSX_ARCH The architecture flags eg. OSX_ARCH = -mmacosx-version-min=10.12
|
2014-09-30 14:44:40 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
SRCFLAGS += -isysroot $(OSX_SDK) $(OSX_ARCH)
|
|
|
|
LDFLAGS += -pthread -Wl,-syslibroot,$(OSX_SDK) $(OSX_ARCH)
|
2017-06-26 04:58:00 +00:00
|
|
|
OPT_CPU = x64
|