Set ESSENTIALS_DEBUG define from xcconfig

This commit is contained in:
Struma 2021-01-03 08:11:56 -05:00 committed by Roza
parent a05f8a6d10
commit 7b6d3073a5
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,9 @@
// Created by ゾロアーク on 1/2/21.
//
// Uncomment for Essentials crap
// MKXPZ_EXTRA_ARGS = MKXPZ_ESSENTIALS_DEBUG
// -----------------------------
// Don't change any of this
// -----------------------------

View file

@ -3291,6 +3291,7 @@
MKXPZ_MINIFFI,
MKXPZ_DEBUG,
AL_LIBTYPE_STATIC,
"$(MKXPZ_EXTRA_ARGS)",
);
HEADER_SEARCH_PATHS = (
"$(PROJECT_DIR)/../**",
@ -3331,6 +3332,7 @@
"MKXPZ_VERSION=\"$(MARKETING_VERSION)\"",
MKXPZ_MINIFFI,
AL_LIBTYPE_STATIC,
"$(MKXPZ_EXTRA_ARGS)",
);
HEADER_SEARCH_PATHS = (
"$(PROJECT_DIR)/../**",