25 lines
733 B
Makefile
25 lines
733 B
Makefile
#******************************************************************************
|
|
# config.macosx.mk Recorder project
|
|
#******************************************************************************
|
|
#
|
|
# File Description:
|
|
#
|
|
# Configuration file when building on OSX with clang
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#******************************************************************************
|
|
# (C) 1992-2017 Christophe de Dinechin <christophe@dinechin.org>
|
|
#This software is licensed under the GNU General Public License v3
|
|
#See file COPYING for details.
|
|
#******************************************************************************
|
|
|
|
OS_NAME_macosx= macosx
|
|
|
|
include $(BUILD4)config.macosx.mk-clang
|