mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Apple GCC doesn't like a space between -L and the directory name
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2838 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cea7541e7d
commit
90c8efe4dd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ libqtvc:
|
|||
libqtvc/libqtvc.a: libqtvc
|
||||
|
||||
qtv: libqtvc/libqtvc.a $(OBJS) qtv.h
|
||||
$(CC) $(SPIKEISALAZYBUGGERCFLAGS) $(CFLAGS) $(OBJS) $(LDFLAGS) -o $@.db -lm -l$(CLIBNAME) -L libqtvc -lqtvc
|
||||
$(CC) $(SPIKEISALAZYBUGGERCFLAGS) $(CFLAGS) $(OBJS) $(LDFLAGS) -o $@.db -lm -l$(CLIBNAME) -Llibqtvc -lqtvc
|
||||
$(STRIP) $(STRIPFLAGS) $@.db -o $@
|
||||
|
||||
qtv.exe: *.c *.h
|
||||
|
|
Loading…
Reference in a new issue