Sha256: 4b6d2dffdf70e0a7c36a0a9102209839f04b9645eb861d690572a9ac581ac3b5
Contents?: true
Size: 241 Bytes
Versions: 8
Compression:
Stored size: 241 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" = "linux" ]; then cd platform/qt rake --trace fi
Version data entries
8 entries across 5 versions & 2 rubygems