mkxp-z/macos/Config.xcconfig

24 lines
615 B
Text
Raw Normal View History

//
// Config.xcconfig
// PlayerLegacy
//
// Created by ゾロアーク on 11/17/20.
//
// Uncomment this for the Essentials crap
// GCC_PREPROCESSOR_DEFINITIONS = $(inherited) EASY_POKE
2020-11-21 15:48:01 -05:00
SDK_ROOT = macosx
BUILD_ARCH = x86_64
2020-11-21 06:15:24 -05:00
// The path to your build dependencies
2020-11-21 15:48:01 -05:00
DEPENDENCY_SEARCH_PATH = $(PROJECT_DIR)/Dependencies/build-$(SDK_ROOT)-$(BUILD_ARCH)
// Don't change this here
MRI_VERSION = 2.6.0
2020-11-21 15:48:01 -05:00
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = $(inherited) Dependencies ../build DerivedData
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974