Skip to content

Instantly share code, notes, and snippets.

@siarsky
siarsky / build_gmp.sh
Created November 4, 2018 05:30 — forked from sakrist/build_gmp.sh
GMP and MPFR compile for iOS
#!/bin/bash
set -x
CURRENT=`pwd`
__pr="--print-path"
__name="xcode-select"
DEVELOPER=`${__name} ${__pr}`
GMP_VERSION="5.1.3"