Build Lua with all the appropriate flags.
authorGuy Harris <guy@alum.mit.edu>
Wed, 14 Oct 2015 05:19:27 +0000 (22:19 -0700)
committerGuy Harris <guy@alum.mit.edu>
Wed, 14 Oct 2015 05:19:55 +0000 (05:19 +0000)
commit83abbfe2c27fd70d871417c66ca149313cb2e6f9
treededa7b976d28e30bf46627907c6b057947ef37d5
parenta542eec6d84f159cce1986ca3ab1d353461914ed
Build Lua with all the appropriate flags.

It doesn't use a configure script, so we have to pass in -arch flags,
minimum version flags, "where's the SDK" flags, etc. by setting MYCFLAGS
and MYLDFLAGS for the make, rather than for the configure script.

Change-Id: I8c95851051cd2a9ddd7a9caf6faccd2e9fd2b4a7
Reviewed-on: https://code.wireshark.org/review/10995
Reviewed-by: Guy Harris <guy@alum.mit.edu>
macosx-setup.sh