Skip to content

Commit 6bf0b1f

Browse files
committed
change Externals/luabind to q4a/luabind-deboostified (fixed Linux 82% build), add info about using clang compiller
1 parent 038e5c2 commit 6bf0b1f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[submodule "Externals/luajit"]
22
path = Externals/luajit
33
url = https://github.com/q4a/LuaJIT.git
4+
branch = xray
45
[submodule "Externals/luabind"]
56
path = Externals/luabind
6-
url = https://github.com/Xottab-DUTY/luabind-deboostified.git
7+
url = https://github.com/q4a/luabind-deboostified.git
78
branch = xray
89
[submodule "Externals/GameSpy"]
910
path = Externals/GameSpy

Externals/luabind

doc/howto/build-linux.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cd xray-16
1919
git submodule update --init --recursive
2020
mkdir bin && cd bin
2121
cmake ..
22+
(or export CC=clang && export CXX=clang++ && cmake ..)
2223
make
2324

2425

0 commit comments

Comments
 (0)