File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/native/libs/System.Security.Cryptography.Native.Apple Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ endif()
8585
8686add_custom_command (
8787 OUTPUT pal_swiftbindings.o
88- COMMAND xcrun swiftc -emit-object -static -parse-as-library -enable-library-evolution -g ${SWIFT_OPTIMIZATION_FLAG} -runtime-compatibility-version none ${SWIFT_SDK_FLAG} -target ${SWIFT_COMPILER_TARGET} ${CMAKE_CURRENT_SOURCE_DIR} /pal_swiftbindings.swift -o pal_swiftbindings.o
88+ COMMAND xcrun swiftc -emit-object -static -parse-as-library -enable-library-evolution -warnings-as-errors - g ${SWIFT_OPTIMIZATION_FLAG} -runtime-compatibility-version none ${SWIFT_SDK_FLAG} -target ${SWIFT_COMPILER_TARGET} ${CMAKE_CURRENT_SOURCE_DIR} /pal_swiftbindings.swift -o pal_swiftbindings.o
8989 MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR} /pal_swiftbindings.swift
9090 COMMENT "Compiling Swift file pal_swiftbindings.swift"
9191)
You can’t perform that action at this time.
0 commit comments