2020-11-19 03:56:35 -05:00
|
|
|
//
|
|
|
|
// 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)
|
2020-11-19 03:56:35 -05:00
|
|
|
|
2020-11-20 22:19:27 -05:00
|
|
|
// Don't change this here
|
|
|
|
MRI_VERSION = 2.6.0
|
2020-11-19 03:56:35 -05:00
|
|
|
|
2020-11-21 15:48:01 -05:00
|
|
|
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = $(inherited) Dependencies ../build DerivedData
|
2020-11-19 03:56:35 -05:00
|
|
|
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|