gplugin/gplugin

7ccf3db483d1
Parents fcd52dc4273e
Children 6ca5852ebfe1
Update HACKING.OSX to detail how to get lgi to compile

Testing Done:
Made the change and say lua build on macOS

Reviewed at https://reviews.imfreedom.org/r/1844/
  • +1 -0
    HACKING.OSX
  • --- a/HACKING.OSX Mon Sep 26 00:42:07 2022 -0500
    +++ b/HACKING.OSX Mon Sep 26 23:39:46 2022 -0500
    @@ -25,6 +25,7 @@
    variables = {
    LUA_DIR = "/usr/local/opt/lua@5.1";
    LUA_BINDIR = "/usr/local/opt/lua@5.1/bin";
    + CFLAGS = "-I/usr/local/opt/libffi/include/";
    }
    ```