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
on i386 32-bit openbsd with luabridge 9092ace I get a compilation error when trying to addFunction with a function that uses attribute fastcall. Removing fastcall allows the program to compile.
Building with lua support fails on i386, see also [1]. Make lua support
configurable with port option LUA and exclude this option on i386.
[1] vinniefalco/LuaBridge#302
on i386 32-bit openbsd with luabridge 9092ace I get a compilation error when trying to addFunction with a function that uses attribute fastcall. Removing fastcall allows the program to compile.
relevant section of Namespace.h:
reproducible example:
The text was updated successfully, but these errors were encountered: