7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# The AMP RTT needs scons support
|
|
if [ "$RK_AMP_RTT_TARGET" ]; then
|
|
"$RK_SCRIPTS_DIR/check-package.sh" scons
|
|
fi
|