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
The compiler won't create a library on Windows when using the option --lib
I'm trying to build a .dll using kitc mycode.kit --lib, but instead of creating a .dll, it is creating an invalid .exe file. This is the output of the compiler:
The compiler won't create a library on Windows when using the option
--lib
I'm trying to build a .dll using
kitc mycode.kit --lib
, but instead of creating a .dll, it is creating an invalid .exe file. This is the output of the compiler:Code used
Environment
kitc --env
The text was updated successfully, but these errors were encountered: