changeset 29985:63ef8a27aee5

Use Perl in the system Path instead of a hard-coded cygwin-specific path
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 12 Mar 2010 21:10:05 +0000
parents f71f2b91490a
children 1d6b962dea92
files libpurple/win32/global.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/win32/global.mak	Fri Mar 12 10:22:13 2010 +0000
+++ b/libpurple/win32/global.mak	Fri Mar 12 21:10:05 2010 +0000
@@ -105,7 +105,7 @@
 GMSGFMT ?= $(WIN32_DEV_TOP)/gettext-0.17/bin/msgfmt
 MAKENSIS ?= makensis.exe
 MAKENSISOPT ?= /
-PERL ?= /cygdrive/c/perl/bin/perl
+PERL ?= perl
 WINDRES ?= windres
 STRIP ?= strip