1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

* Some hackery to make "make check" succeed on Cygwin.

This commit is contained in:
Eelco Dolstra 2008-12-12 15:36:18 +00:00
parent 2b70a8e7c9
commit ac36c6cd44
2 changed files with 15 additions and 0 deletions

View file

@ -40,6 +40,10 @@ export xmllint="@xmllint@"
export xmlflags="@xmlflags@"
export xsltproc="@xsltproc@"
# Hack to get "atdiff" to run on Cygwin (Windows looks for
# DLLs in $PATH).
export PATH=$aterm_bin/../lib:$PATH
export version=@version@
export system=@system@