@@ -1,8 +1,8 @@
#!/bin/bash
CC=clang
CFLAGS="-g -Wall $(pkg-config --cflags sdl2)"
LIBS="$(pkg-config --libs sdl2)"
CFLAGS="-g -Wall $(pkg-config --cflags sdl2) -Wl,-rpath,\$ORIGIN/lib -Ivendor"
LIBS="$(pkg-config --libs sdl2) -Llib -lcimgui"
SRC=src/*.c
OUT=main
The note is not visible to the blocked user.