Skip to content

Commit 14a3b66

Browse files
authored
Fix lua integration by disabling lua.hpp usage in sol2 (#692)
1 parent 3f6e674 commit 14a3b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

premake5.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ workspace "Overload"
2222
"OVERLOAD_VERSION=\"" .. version .. "\"",
2323
"TRACY_ENABLE",
2424
"TRACY_ON_DEMAND",
25-
"TRACY_MEMORY_ENABLE"
25+
"TRACY_MEMORY_ENABLE",
26+
"SOL_NO_LUA_HPP"
2627
}
2728

2829
-- Set toolset based on operating system

0 commit comments

Comments
 (0)