next try; refs #22

This commit is contained in:
Marc Wäckerlin
2011-02-07 09:20:36 +00:00
parent daa56586f9
commit 0f92a587e1
5 changed files with 98 additions and 83 deletions

View File

@@ -70,7 +70,9 @@ case ${host} in
;;
esac
;;
(*mingw*) LDFLAGS+=" -L../../actlibrary/mingw32-i586/Release"
(*mingw*)
LDFLAGS+=" -L../../actlibrary/mingw32-i586/Release"
AM_CONDITIONAL(WIN32, true)
;;
(i386-apple-darwin*) LDFLAGS+=" -L../../actlibrary/MacOSX-10.5-x86_64/Release"
;;