From 6a59e46f66f391d99dc6923be908f3c3bd35c268 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Thu, 23 May 2013 08:01:59 +0200 Subject: [PATCH] fixed opensc host for cross compiling --- npa/win32/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npa/win32/Makefile.am b/npa/win32/Makefile.am index 460217b..308ec8f 100644 --- a/npa/win32/Makefile.am +++ b/npa/win32/Makefile.am @@ -40,7 +40,7 @@ $(OPENSC_CONFIGURE): $(OPENSC_CONFIGURE_AC) $(LIBOPENSC): $(OPENSC_CONFIGURE) $(LIBEAC) cd $(OPENSC) && ./configure \ --prefix=/ \ - --target=$(MINGW) \ + --target=$(MINGW) --host=$(MINGW) \ PKG_CONFIG_SYSROOT_DIR=$(WIN32_DIR) \ PKG_CONFIG_LIBDIR=$(WIN32_DIR)/lib/pkgconfig \ CFLAGS=-I$(MINGW_DIR)/include \