Sha256: 4dd63475d32cc62291100f6b0f7572985adcb85674c60f9608f4af35c41174be

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 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

else

rake --trace

fi



Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rhoconnect-client-7.6.0 ./ext/rhoconnect-client/ext/build
rhoconnect-client-7.5.1 ./ext/rhoconnect-client/ext/build
rhoconnect-client-7.4.1 ./ext/rhoconnect-client/ext/build