Changes between Version 8 and Version 9 of Ticket #70420, comment 9


Ignore:
Timestamp:
Aug 8, 2024, 12:55:30 AM (6 weeks ago)
Author:
wryfi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70420, comment 9

    v8 v9  
    1414
    1515The fix for this is to get the compiler to look in `/opt/local/include/lua5.1` so that it uses the `lua.h` header from the `lua51` port. ''See'' [https://github.com/macports/macports-ports/pull/25223 GitHub PR].
    16 
    17 (Note that I'm not a CMake expert, and I'm not certain that `target_include_directories(nlua0 AFTER PUBLIC /opt/local/include/lua5.1)` is strictly correct; but it does the job.)
    1816
    1917