Open liampace opened 1 month ago
UPDATE:
Upon further inspection it seems that the error is coming from utils/path.lua
function path.to_windows_path(self, is_absolute)
print("not implemented")
local os = require("os")
os.exit(22)
end
Is windows currently unsupported? If so the documentation should be changed to reflect that.
Is windows currently unsupported? Yes, I will add support for windows in future.
I have a project where this repository and a CMake project (ex: glfw) are submodules in my repo. When trying to run the action 'translate-cmake' on this bare bones script:
I get the following console output
File structure