Skip to content

Commit 9432248

Browse files
committed
forgot to switch the package to get the network version of Python
1 parent b344ff7 commit 9432248

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@ let package = Package.init(
3333
]
3434
),
3535

36-
36+
/*
3737
.binaryTarget(name: "PythonX",
3838
path: "./HandRolled/Python.xcframework"
3939
),
40-
/*
40+
*/
4141
.binaryTarget(name: "PythonX",
4242
url: "https://github.com/r0ml/SwiftyPython/releases/download/3.12.0/Python.xcframework.zip",
4343
checksum: "e0cc624767d3b14768b7d44b9fa93e0eb13f3531273179be9e157467879a57be"),
44-
*/
4544
]
4645

4746
)

0 commit comments

Comments
 (0)