package log4cxx: fix reference to i686-pc-mingw32

This commit is contained in:
Tony Theodore 2012-05-06 22:58:09 +10:00
parent 8e4fa10901
commit 189d7068c2
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-log4cxx.exe' \
`i686-pc-mingw32-pkg-config liblog4cxx --libs`
`$(TARGET)-pkg-config liblog4cxx --libs`
endef