Replies: 1 comment 1 reply
-
Please try updating your version of Premake. The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to try and get things working properly with remedybg for a project I have to remove the generated msvc compiler flag "/jmc" from the output. I found on the premake site this flag is turned off with 'justmycode "Off"'. I tried putting this in multiple places within the premake file but keep getting this error:
Error: premake5.lua:69: attempt to call a nil value (global 'justmycode')
I'm not really familiar with premake and the website didn't really help with this https://premake.github.io/docs/justmycode/#examples so I'm wondering what I'm doing wrong.
Using premake 5.0.0-alpha14-windows
Beta Was this translation helpful? Give feedback.
All reactions