diff options
author | Victor Häggqvist <[email protected]> | 2014-06-12 00:41:48 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-06-12 00:41:48 +0200 |
commit | 8402538c94659208190ba4338b1d8457e15467fa (patch) | |
tree | fda5df3e2fda5c93b54770bed9042230da4966b1 | |
parent | 867035fbc369034e895c961195af95d4cf9cceca (diff) |
define sdk
-rw-r--r-- | before_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/before_install.sh b/before_install.sh index 3a1a6f4..6bf3b7c 100644 --- a/before_install.sh +++ b/before_install.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash +PEBBLE_SDK=PebbleSDK-2.2 echo 'Installing Pebble SDK Dependencies...' - +echo 'SDK ${PEBBLE_SDK}' cd ~ # Get the Pebble SDK and toolchain |