Sha256: 13843621c766cbbc4f10bbf8c32626d8333bc8e25741e9d2065fd5d47399ba0a
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 Bytes
Contents
#!/bin/sh if [ "$RHO_PLATFORM" = "android" ]; then cd platform/android rake --trace elif [ "$RHO_PLATFORM" = "iphone" ]; then cd platform/iphone rake --trace elif [ "$RHO_PLATFORM" = "osx" ]; then cd platform/qt rake --trace elif [ "$RHO_PLATFORM" = "linux" ]; then cd platform/qt rake --trace fi
Version data entries
3 entries across 3 versions & 1 rubygems