2017-03-25 06:57:50 +08:00
|
|
|
#******************************************************************************
|
2018-04-03 22:44:24 +08:00
|
|
|
# config.macosx.mk Make-It-Quick project
|
2017-03-25 06:57:50 +08:00
|
|
|
#******************************************************************************
|
|
|
|
#
|
|
|
|
# File Description:
|
|
|
|
#
|
|
|
|
# Configuration file when building on OSX with clang
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#******************************************************************************
|
2018-04-03 21:15:09 +08:00
|
|
|
# (C) 1992-2018 Christophe de Dinechin <christophe@dinechin.org>
|
2018-04-03 22:44:24 +08:00
|
|
|
# This software is licensed under the GNU General Public License v3
|
|
|
|
# See LICENSE file for details.
|
2017-03-25 06:57:50 +08:00
|
|
|
#******************************************************************************
|
|
|
|
|
|
|
|
OS_NAME_macosx= macosx
|
|
|
|
|
|
|
|
include $(BUILD4)config.macosx.mk-clang
|