changeset 2508:97ebcf793d27

package log4cxx: fix reference to i686-pc-mingw32
author Tony Theodore <tonyt@logyst.com>
date Sun, 06 May 2012 22:58:09 +1000
parents 8a20198f82c0
children 33366d1e2300
files src/log4cxx.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/log4cxx.mk	Sun May 06 11:23:13 2012 +0200
+++ b/src/log4cxx.mk	Sun May 06 22:58:09 2012 +1000
@@ -33,5 +33,5 @@
     '$(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