You've already forked My-Mind-2.0
mirror of
https://github.com/MrLyallCSIT/My-Mind-2.0.git
synced 2026-01-18 07:09:40 +00:00
13 lines
701 B
Plaintext
13 lines
701 B
Plaintext
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/leveldb-library
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/leveldb-library" "${PODS_ROOT}/leveldb-library/include"
|
|
OTHER_LDFLAGS = -l"c++"
|
|
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
PODS_ROOT = ${SRCROOT}
|
|
PODS_TARGET_SRCROOT = ${PODS_ROOT}/leveldb-library
|
|
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
|
SKIP_INSTALL = YES
|
|
USE_HEADERMAP = No
|
|
WARNING_CFLAGS = -Wno-shorten-64-to-32 -Wno-comma -Wno-unreachable-code -Wno-conditional-uninitialized -Wno-deprecated-declarations
|