We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1016d58 commit c7ac7cfCopy full SHA for c7ac7cf
1 file changed
packages/swift/plugin/vector.swift
@@ -48,8 +48,8 @@ func createvectorBuildCommands(packageDirectory: URL?, outputDirectory: URL) ->
48
49
# Build directly from source directory with custom output paths
50
cd "\(workingDirectory)" && \
51
- echo "Building XCFramework with native network..." && \
52
- make xcframework NATIVE_NETWORK=ON DIST_DIR="\(outputDirectory.path)" BUILD_RELEASE="\(outputDirectory.path)/build/release" BUILD_TEST="\(outputDirectory.path)/build/test" && \
+ echo "Building XCFramework..." && \
+ make xcframework DIST_DIR="\(outputDirectory.path)" BUILD_DIR="\(outputDirectory.path)/build" && \
53
rm -rf "\(outputDirectory.path)/build" && \
54
echo "XCFramework build completed successfully!"
55
"""
0 commit comments