You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to build luajit for Android on Windows but fall into this issue: WohlSoft/LuaJIT#22
This the first error I got:
[3/79] Generating luajit.h
FAILED: luajit.h C:/Dev/github/eres-j/luajit-cmake/build/luajit.h
C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Dev\github\eres-j\luajit-cmake\build && C:\Dev\github\eres-j\luajit-cmake\build\minilua\minilua C:/Dev/github/eres-j/glsandbox/ext/LuaJIT/LuaJIT/src/host/genversion.lua C:/Dev/github/eres-j/glsandbox/ext/LuaJIT/LuaJIT/src/luajit_rolling.h C:/Dev/github/eres-j/luajit-cmake/build/luajit_relver.txt C:/Dev/github/eres-j/luajit-cmake/build/luajit.h"
'C:\Dev\github\eres-j\luajit-cmake\build\minilua\minilua' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
ninja: build stopped: subcommand failed.
Hi,
I try to build luajit for Android on Windows but fall into this issue: WohlSoft/LuaJIT#22
This the first error I got:
I cherry picked relevant changes:
WohlSoft/LuaJIT@5c4ccfa
WohlSoft/LuaJIT@c46d53e
and it works :)
Step to reproduce:
I'm going to make a pull request.
The text was updated successfully, but these errors were encountered: