"luac" for Mac OS 10.15 (Catalina)
[Repost from 8/26/2019]
It appears that "luac" version 5.1.4 on Mac is 32-bit and thus won't run in Mac OS 10.15 (Catalina):
$ file `which luac`
/usr/local/bin/luac: Mach-O executable i386
$ luac -v
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
Possibilities for handling this:
1. Find a version compiled for 64-bit. (I haven't found such a version so far.)
2. Try to recompile the sources for 64-bit. (Ugh -- something will surely break, likely in a nasty way?)
3. Keep a virtual machine around running Mac OS 10.14.
4. Compile my plugins within my Windows virtual machines.
What are others doing?
