|
@@ -134,7 +134,7 @@ target 'Strides' do
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
def fix_library_search_paths(installer)
|
|
def fix_library_search_paths(installer)
|
|
|
- #def fix_config(config)
|
|
|
|
|
|
|
+ def fix_config(config)
|
|
|
lib_search_paths = config.build_settings["LIBRARY_SEARCH_PATHS"]
|
|
lib_search_paths = config.build_settings["LIBRARY_SEARCH_PATHS"]
|
|
|
if lib_search_paths
|
|
if lib_search_paths
|
|
|
if lib_search_paths.include?("$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)") || lib_search_paths.include?("\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"")
|
|
if lib_search_paths.include?("$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)") || lib_search_paths.include?("\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"")
|