mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-23 03:29:39 +00:00
[AHK]
Set the path before the build. svn path=/trunk/ahk_tests/; revision=2300
This commit is contained in:
parent
4a41f133e0
commit
5c47eb8016
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
# detect wine and AHK compiler
|
||||
cd $(dirname "$0") # WHERE ARE THEY ??
|
||||
if [ x"$WINE"x == "xx" ] ; then WINE=$(which wine) ; fi
|
||||
if [ ! -x "$WINE" ] ; then echo Wine was not found in path, please install or set WINE variable. ; exit 1; fi
|
||||
if [ ! -f Compiler/Ahk2Exe.exe ] ; then echo Please add AHK compiler here ; exit 1 ; fi
|
||||
|
Loading…
Reference in New Issue
Block a user