(no comment)

This commit is contained in:
John Alanbrook 2022-10-23 22:10:53 +00:00
parent ca0419ab46
commit e53cab8604

View file

@ -71,7 +71,7 @@ ifeq ($(UNAME), Windows_NT)
EXT = .exe
else
LINKER_FLAGS = -g /usr/lib64/pipewire-0.3/jack/libjack.so.0
ELIBS = m c engine glfw3 portaudio rt asound pthread SDL2 yughc mruby
ELIBS = m c engine glfw portaudio rt asound pthread SDL2 yughc mruby
CLIBS =
EXT =
endif
@ -105,7 +105,7 @@ pin: engine
pal: engine
cp engine paladin
$(ENGINE): $(eobjects) bin/libglfw3.a
$(ENGINE): $(eobjects)
@echo Making library engine.a
@ar r $(ENGINE) $(eobjects)
@cp -u -r $(ehead) $(INCLUDE)