mirror of
https://github.com/libretro/hatari.git
synced 2024-11-23 16:10:00 +00:00
hmsa build needs LDFLAGS too
This commit is contained in:
parent
bdf47a57f7
commit
0ab600f911
@ -13,7 +13,7 @@ CPPFLAGS += $(SDL_CFLAGS) -I../.. -I../../src/includes -I../../src/debug -I../..
|
||||
all: hmsa
|
||||
|
||||
hmsa: $(OBJS)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) $(LIBS) -o hmsa
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o hmsa
|
||||
|
||||
clean:
|
||||
$(RM) *.o hmsa
|
||||
|
Loading…
Reference in New Issue
Block a user