25 lines
748 B
Makefile
25 lines
748 B
Makefile
#******************************************************************************
|
|
# config.macosx.mk Make-It-Quick project
|
|
#******************************************************************************
|
|
#
|
|
# File Description:
|
|
#
|
|
# Configuration file when building on OSX with clang
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#******************************************************************************
|
|
# (C) 1992-2018 Christophe de Dinechin <christophe@dinechin.org>
|
|
# This software is licensed under the GNU General Public License v3
|
|
# See LICENSE file for details.
|
|
#******************************************************************************
|
|
|
|
OS_NAME_BUILDENV_macosx= macosx
|
|
|
|
include $(MIQ)config.macosx.mk-clang
|