Skip to content

Commit 63caea0

Browse files
committed
Fix build
1 parent 33cab85 commit 63caea0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ endif()
212212

213213
if(RAWRBOX_BUILD_RAWRBOX_RENDER)
214214
if(NOT WIN32 AND RAWRBOX_USE_WAYLAND)
215-
CPMAddPackage("https://gitlab.freedesktop.org/wayland/weston@13.0.3")
215+
CPMAddPackage("https://gitlab.freedesktop.org/wayland/weston@14.0.0")
216216
endif()
217217
endif()
218218

@@ -230,7 +230,7 @@ if(RAWRBOX_BUILD_RAWRBOX_NETWORK)
230230
USE_CACHE
231231
OFF
232232
GIT_TAG
233-
2.2.1
233+
2.2.2
234234
OPTIONS
235235
"ZLIB_COMPAT ON"
236236
"ZLIB_BUILD_EXAMPLES OFF"

rawrbox.scripting/include/rawrbox/scripting/utils/lua.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ namespace DFInt {
2222
extern int LuauSolverV2;
2323
} // namespace DFInt
2424
*/
25+
2526
namespace rawrbox {
2627
class LuaUtils {
2728
public:

rawrbox.scripting/src/utils/lua.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
#include <fmt/format.h>
66

7-
/*namespace DFInt {
7+
/*
8+
namespace DFInt {
89
int LuauTypeSolverRelease = 999;
910
int LuauSolverV2 = 1;
1011
} // namespace DFInt

0 commit comments

Comments
 (0)