mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
Removed unused IOS_DYLIB definition
This commit is contained in:
parent
e5594e6677
commit
1a9253f752
@ -2592,7 +2592,6 @@ if(SDL_SHARED)
|
|||||||
endif()
|
endif()
|
||||||
if(IOS OR TVOS)
|
if(IOS OR TVOS)
|
||||||
set_property(TARGET SDL2 APPEND_STRING PROPERTY COMPILE_FLAGS "-fobjc-arc")
|
set_property(TARGET SDL2 APPEND_STRING PROPERTY COMPILE_FLAGS "-fobjc-arc")
|
||||||
target_compile_definitions(SDL2 PRIVATE IOS_DYLIB=1)
|
|
||||||
endif()
|
endif()
|
||||||
if(WAYLAND_LIBDECOR)
|
if(WAYLAND_LIBDECOR)
|
||||||
target_include_directories(SDL2 PRIVATE "${libdecor_INCLUDE_DIRS}")
|
target_include_directories(SDL2 PRIVATE "${libdecor_INCLUDE_DIRS}")
|
||||||
|
@ -10166,7 +10166,6 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
||||||
);
|
);
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
INSTALL_PATH = "@rpath";
|
INSTALL_PATH = "@rpath";
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
@ -10183,7 +10182,6 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
||||||
);
|
);
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
INSTALL_PATH = "@rpath";
|
INSTALL_PATH = "@rpath";
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
@ -10196,7 +10194,6 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
EXECUTABLE_PREFIX = lib;
|
EXECUTABLE_PREFIX = lib;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
INSTALL_PATH = "@rpath";
|
INSTALL_PATH = "@rpath";
|
||||||
SDKROOT = appletvos;
|
SDKROOT = appletvos;
|
||||||
@ -10208,7 +10205,6 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
EXECUTABLE_PREFIX = lib;
|
EXECUTABLE_PREFIX = lib;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
INSTALL_PATH = "@rpath";
|
INSTALL_PATH = "@rpath";
|
||||||
SDKROOT = appletvos;
|
SDKROOT = appletvos;
|
||||||
@ -10348,7 +10344,6 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
||||||
);
|
);
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
OTHER_LDFLAGS = "-liconv";
|
OTHER_LDFLAGS = "-liconv";
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2,6";
|
TARGETED_DEVICE_FAMILY = "1,2,6";
|
||||||
@ -10364,7 +10359,6 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
|
||||||
);
|
);
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
OTHER_LDFLAGS = "-liconv";
|
OTHER_LDFLAGS = "-liconv";
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2,6";
|
TARGETED_DEVICE_FAMILY = "1,2,6";
|
||||||
@ -10376,7 +10370,6 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
CLANG_LINK_OBJC_RUNTIME = NO;
|
CLANG_LINK_OBJC_RUNTIME = NO;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
OTHER_LDFLAGS = "-liconv";
|
OTHER_LDFLAGS = "-liconv";
|
||||||
SDKROOT = appletvos;
|
SDKROOT = appletvos;
|
||||||
};
|
};
|
||||||
@ -10387,7 +10380,6 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
CLANG_LINK_OBJC_RUNTIME = NO;
|
CLANG_LINK_OBJC_RUNTIME = NO;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
|
||||||
OTHER_LDFLAGS = "-liconv";
|
OTHER_LDFLAGS = "-liconv";
|
||||||
SDKROOT = appletvos;
|
SDKROOT = appletvos;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user