add -ldl to make-linux

This commit is contained in:
David Botton 2024-06-06 20:10:01 -04:00
parent fef3180e23
commit efde4130f2

View file

@ -1 +1 @@
c++ clogframe.cpp `pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0` -o clogframe
c++ clogframe.cpp -ldl `pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0` -o clogframe