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
Hi, currently when you follow the instructions in the README file, luau will compile from source as mingw .a library files.
This causes issues when you want to link your app in MSVC with luau's binaries.
Is there a way to tweak/configure cmake/makefile so it will output .lib/.dll files instead of .a files?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, currently when you follow the instructions in the README file, luau will compile from source as mingw
.a
library files.This causes issues when you want to link your app in MSVC with luau's binaries.
Is there a way to tweak/configure cmake/makefile so it will output
.lib
/.dll
files instead of.a
files?Beta Was this translation helpful? Give feedback.
All reactions