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

Version Path
rho-tau-extensions-7.6.0 libs/android_net_native_prebuilt/ext/build
rhodes-7.6.0 lib/commonAPI/barcode/ext/build
rhodes-7.6.0 lib/commonAPI/mediacapture/ext/build
rhodes-7.5.1 lib/commonAPI/mediacapture/ext/build
rhodes-7.5.1 lib/commonAPI/barcode/ext/build
rho-tau-extensions-7.4.1 libs/android_net_native_prebuilt/ext/build
rhodes-7.4.1 lib/commonAPI/barcode/ext/build
rhodes-7.4.1 lib/commonAPI/mediacapture/ext/build