mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-01 03:39:39 +02:00
10 lines
126 B
Bash
10 lines
126 B
Bash
#!/bin/bash
|
|
|
|
case ${OS} in
|
|
Darwin )
|
|
declare -x MACOSX_DEPLOYMENT_TARGET='10.12'
|
|
#declare -rx SDKROOT='macosx10.9'
|
|
;;
|
|
esac
|
|
|