Skip to content

Commit bedfbad

Browse files
committed
feat: update commonlibf4
1 parent abf80c6 commit bedfbad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "extern/commonlibf4"]
2-
path = extern/commonlibf4
3-
url = https://github.com/shad0wshayd3-FO4/CommonLibF4.git
1+
[submodule "lib/commonlibf4"]
2+
path = lib/commonlibf4
3+
url = https://github.com/libxse/commonlibf4.git

extern/commonlibf4

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/commonlibf4

Submodule commonlibf4 added at a13d0ac

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set_xmakever("2.9.4")
33

44
-- include local folders
5-
includes("extern/commonlibf4")
5+
includes("lib/commonlibf4")
66

77
-- set project
88
set_project("BakaPowerArmorHUD")

0 commit comments

Comments
 (0)