You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,10 +31,12 @@ echo "Setting up SQLite3 Headers for $SQLITE3_VERSION"
30
31
sqlite3_install "$OUT_PREFIX""$SQLITE3_VERSION" 1
31
32
32
33
echo"Building Python 3..."
34
+
echo"Pulling from source: ${dep_url}"
33
35
34
-
curl -L "${dep_url}"| tar jx -C "${OUT_PREFIX}" --strip-components 1 # extract to $OUT_PREFIX, drop the first directory level, which is the archive name
35
36
36
-
mv "${dep_package}" src
37
+
curl -L "${dep_url}"| tar xz -C "${OUT_PREFIX}"# --strip-components 1 # extract to $OUT_PREFIX, drop the first directory level, which is the archive name
0 commit comments