mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
add comment ._.
This commit is contained in:
1
build.sh
1
build.sh
@@ -58,6 +58,7 @@ fi
|
|||||||
EXE_PATH=$BUILD_DIR/$ARCHITECTURE/$PROJECT_NAME$FILE_EXSTENSION
|
EXE_PATH=$BUILD_DIR/$ARCHITECTURE/$PROJECT_NAME$FILE_EXSTENSION
|
||||||
echo "building at: $EXE_PATH"
|
echo "building at: $EXE_PATH"
|
||||||
|
|
||||||
|
# check whether the compiler path contains an executable at said path
|
||||||
if [ ! -x $COMPILER ]; then
|
if [ ! -x $COMPILER ]; then
|
||||||
echo -e "\033[91mCouldn't find an executable at path: \033[0m $COMPILER"
|
echo -e "\033[91mCouldn't find an executable at path: \033[0m $COMPILER"
|
||||||
exit -1
|
exit -1
|
||||||
|
|||||||
Reference in New Issue
Block a user