use shared sdl

This commit is contained in:
2025-03-13 10:54:51 +02:00
parent ab18ed1d4a
commit 2c90324d18
5 changed files with 9 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
echo "Watching changes in hiisi..."
while true; do
inotifywait -e modify build/hiisi/libhiisi-engine.so
echo "$(date \"%H:%M:%S\") - Hiisi changed!"
echo "$(date +\"%H:%M:%S\") - Hiisi changed!"
HIISI_PID=$(pgrep -x hiisi-run)
kill -USR1 "${HIISI_PID}" && echo "Signal sent!" || echo "Signal send failed!"