Skip to content

Commit 735d2f5

Browse files
committed
Fix xmake.lua to use TiltedCore 0.2.8
This meant also removing and extraneous TiltedCore pin in Code\Client\xmake.lua so it would inherit properly. Fixing the several submodules will need to be their own PRs.
1 parent 5fcb0fb commit 735d2f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Code/client/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ target(name)
7272
"kernel32")
7373
end
7474

75-
add_requires("tiltedcore v0.2.7", {debug = true})
75+
add_requires("tiltedcore")
7676

7777
build_client("SkyrimTogetherClient")

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ end
3434
add_requires(
3535
"entt v3.10.0",
3636
"recastnavigation v1.6.0",
37-
"tiltedcore master",
37+
"tiltedcore 0.2.8",
3838
"cryptopp 8.9.0",
3939
"spdlog v1.13.0",
4040
"cpp-httplib 0.14.0",

0 commit comments

Comments
 (0)