-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
3p-package-source/package-system/python/linux_x64/make-python.sh
Lines 100 to 103 in f5ecfa5
| echo "--------------- Cloning libffi 1.0.8 and building static version ---------------" | |
| echo "" | |
| git clone https://github.com/libffi/libffi.git --branch "v3.4.2" --depth 1 | |
| if [[ ! -d "libffi" ]]; then |
It should be
echo "--------------- Cloning libffi v3.4.2 and building static version ---------------"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels