marsinator358 / luajit-decompiler-v2

LuaJIT bytecode decompiler
Other
217 stars 58 forks source link

Make it cross platform #42

Closed kroggen closed 5 months ago

kroggen commented 5 months ago

Not sure if it will run on Windows, but it runs on Mac and Linux and possibly any other POSIX compliant system

Velocet commented 5 months ago

@kroggen How about combining this with Implement CMake+cmkr?

kroggen commented 5 months ago

I don't understand why to add a new (build) dependency if it builds correctly on Mac & Linux

But do whatever you want, my contribution is done

marsinator358 commented 5 months ago

I'm not going to support other platforms because I exclusively develop for windows with visual studio,
but feel free to maintain your own linux compatible fork.