To build a new version of the engine for OXT, we first need to resolve the issues with:
https://chromium.googlesource.com/external/gyp.git/
Which I've forked to keep a copy:
https://github.com/tperry2x-uk/gyp
This is because:
info: https://github.com/livecode/livecode/bl ... /README.mdLiveCode uses the gyp (Generate Your Projects) tool to generate platform-specific project files. It can generate xcodeproj files for Xcode on Mac, vcproj files for Microsoft Visual Studio, and makefiles for compiling on Linux.