summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c2a90f7..10f5929 100755
--- a/build.sh
+++ b/build.sh
@@ -109,7 +109,7 @@ clang src/main.cpp -MJ bin/main.json $WARNING_FLAGS $OPTIMIZATION $ADDITIONAL_FL
-lm $(pkg-config --cflags --libs $FFMPEG_LIBS)
if [[ "$DEBUG" == 1 ]]; then
-echo "c ec compiled" > /tmp/control_pipe.dat
+ pidof gf2 && echo "c ec compiled" > /tmp/control_pipe.dat
fi