Fixed FEX linking under Linux

This commit is contained in:
mudlord 2008-01-13 06:05:37 +00:00
parent 50028ee642
commit ce88534871
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ OBJECTS+=${CALTERNOBJ}
endif
ifeq ($(USEFEX),yes)
LFLAGS+=-l:${FEXDIR}/libfex.a
LFLAGS+=-L${FEXDIR} -lfex
else
OBJECTS+=${MAINDIR}/fex_mini${OE}
endif