summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-11-03 12:22:39 +0000
committerJörg Mayer <jmayer@loplof.de>2013-11-03 12:22:39 +0000
commit117a59d7a2998077d5e5163ce1f8d11edd220944 (patch)
tree3354cb559c02db144cb687c6c0497b7be1de9b6d /config.nmake
parent7054372c261ac92233707cfd49851b5e6213826f (diff)
downloadwireshark-117a59d7a2998077d5e5163ce1f8d11edd220944.tar.gz
Pass the name of the sed executable as an explicit argurment to
runlex.sh (like it is done with LEX already). May fix a problem on Windows with cmake. svn path=/trunk/; revision=53059
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 0017c95903..4670cc71f3 100644
--- a/config.nmake
+++ b/config.nmake
@@ -776,6 +776,9 @@ PERL=perl
POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html
+# command for sed (cygwin's sed recommended)
+SED=sed
+
# command for lex/flexx (cygwin's flex recommended)
LEX=flex