Files
Pmodules/config/modbuild.conf
T

10 lines
126 B
Bash

#!/bin/bash
case ${OS} in
Darwin )
declare -x MACOSX_DEPLOYMENT_TARGET='10.12'
#declare -rx SDKROOT='macosx10.9'
;;
esac