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:
parent
2b70a8e7c9
commit
ac36c6cd44
2 changed files with 15 additions and 0 deletions
|
@ -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@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue