From 4572b275921a9b6da4fd097c8fa0890a43aaea04 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 30 Mar 2017 16:36:25 +0300 Subject: [PATCH] Raspberry Pi sample doesn't need -nomain --- samples/tetris/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tetris/build.sh b/samples/tetris/build.sh index d1e28521be4..d0e85acf465 100755 --- a/samples/tetris/build.sh +++ b/samples/tetris/build.sh @@ -22,7 +22,7 @@ COMPILER_ARGS_iphone=-nomain CFLAGS_raspberrypi=-I$DEPS/target-sysroot-1-raspberrypi/usr/include/SDL2 LINKER_ARGS_raspberrypi="-lSDL2" -COMPILER_ARGS_raspberrypi=-nomain +COMPILER_ARGS_raspberrypi= if [ x$TARGET == x ]; then case "$OSTYPE" in