Include link to yughc

This commit is contained in:
John Alanbrook 2022-07-23 01:57:02 +00:00
parent 3dd60ae92f
commit 476c7ea0c6

View file

@ -97,7 +97,7 @@ ifeq ($(UNAME), Windows_NT)
EXT = .exe EXT = .exe
else else
LINKER_FLAGS = -g /usr/lib64/pipewire-0.3/jack/libjack.so.0 #/usr/local/lib/tcc/bcheck.o /usr/local/lib/tcc/bt-exe.o /usr/local/lib/tcc/bt-log.o LINKER_FLAGS = -g /usr/lib64/pipewire-0.3/jack/libjack.so.0 #/usr/local/lib/tcc/bcheck.o /usr/local/lib/tcc/bt-exe.o /usr/local/lib/tcc/bt-log.o
ELIBS = m c engine editor glfw3 portaudio rt asound pthread SDL2 ELIBS = m c engine editor glfw3 portaudio rt asound pthread SDL2 yughc
CLIBS = CLIBS =
EXT = EXT =
endif endif