package eigen: fix typo

This commit is contained in:
Tony Theodore 2014-04-28 18:26:27 +10:00
parent 1e23a8adac
commit 7ae90663c6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' -W -Wall '$(2).cpp' -o \
'$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
`'$(TARGET)-pkg-config' --cflags --lib eigen3`
`'$(TARGET)-pkg-config' --cflags --libs eigen3`
endef
$(PKG)_BUILD_SHARED =