cygwin: fix lua configure

Fix lua configure for cygwin. Tested with lua 5.1.5.
pull/983/merge
Victor Julien 12 years ago
parent cc54250cf9
commit 43c5b949d2

@ -211,6 +211,8 @@
WINDOWS_PATH="yes" WINDOWS_PATH="yes"
;; ;;
*-*-cygwin) *-*-cygwin)
LUA_PC_NAME="lua"
LUA_LIB_NAME="lua"
WINDOWS_PATH="yes" WINDOWS_PATH="yes"
;; ;;
*) *)

Loading…
Cancel
Save