From 41235f30fb5cebde345ae14260db21e8dc083e00 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 18 Dec 2012 18:07:20 +0000 Subject: [PATCH] util/pl/VC-32.pl fix typo. (cherry picked from commit fb0a520897778ebeebe9aaaf116f207a838ebb3f) --- util/pl/VC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 5cb591af5e..9f43c41371 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -177,7 +177,7 @@ if ($FLAVOR =~ /CE/) $ex_libs.= ' $(WCECOMPAT)/lib'; if (-f "$ENV{WCECOMPAT}/lib/$ENV{TARGETCPU}/wcecompatex.lib") { - $ex_libs.='/$(TARGETCPU)/whecompatex.lib'; + $ex_libs.='/$(TARGETCPU)/wcecompatex.lib'; } else { -- 2.25.1