Sha256: fdf89caa81ca10ca8535fd622eeda5d200e5280f2091809cf17ec6096f7bf04d
Contents?: true
Size: 259 Bytes
Versions: 11
Compression:
Stored size: 259 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 else rake --trace fi
Version data entries
11 entries across 11 versions & 1 rubygems