reinclude debug templates
This commit is contained in:
parent
a862461034
commit
f659224e01
1 changed files with 4 additions and 4 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -33,11 +33,11 @@ build() {
|
||||||
|
|
||||||
# 64 bit x11 client
|
# 64 bit x11 client
|
||||||
scons platform=x11 tools=no target=release bits=64 CXX=clang++ -j$(nproc)
|
scons platform=x11 tools=no target=release bits=64 CXX=clang++ -j$(nproc)
|
||||||
#scons platform=x11 tools=no target=release_debug bits=64 CXX=clang++ -j$(nproc)
|
scons platform=x11 tools=no target=release_debug bits=64 CXX=clang++ -j$(nproc)
|
||||||
|
|
||||||
# 64 bit headless server
|
# 64 bit headless server
|
||||||
scons platform=server tools=no target=release bits=64 CXX=clang++ -j$(nproc)
|
scons platform=server tools=no target=release bits=64 CXX=clang++ -j$(nproc)
|
||||||
#scons platform=server tools=no target=release_debug bits=64 CXX=clang++ -j$(nproc)
|
scons platform=server tools=no target=release_debug bits=64 CXX=clang++ -j$(nproc)
|
||||||
|
|
||||||
# 32 bit x11
|
# 32 bit x11
|
||||||
#scons platform=x11 tools=no target=release bits=32 CXX=clang++ -j$(nproc)
|
#scons platform=x11 tools=no target=release bits=32 CXX=clang++ -j$(nproc)
|
||||||
|
@ -50,11 +50,11 @@ package() {
|
||||||
|
|
||||||
# 64 bit x11
|
# 64 bit x11
|
||||||
install -Dm755 bin/godot.x11.opt.64.llvm "${pkgdir}"/usr/share/godot/templates/
|
install -Dm755 bin/godot.x11.opt.64.llvm "${pkgdir}"/usr/share/godot/templates/
|
||||||
#install -Dm755 bin/godot.x11.opt.debug.64.llvm "${pkgdir}"/usr/share/godot/templates/
|
install -Dm755 bin/godot.x11.opt.debug.64.llvm "${pkgdir}"/usr/share/godot/templates/
|
||||||
|
|
||||||
# 64 bit server
|
# 64 bit server
|
||||||
install -Dm755 bin/godot_server.x11.opt.64 "${pkgdir}"/usr/share/godot/templates/
|
install -Dm755 bin/godot_server.x11.opt.64 "${pkgdir}"/usr/share/godot/templates/
|
||||||
#install -Dm755 bin/godot_server.x11.opt.debug.64 "${pkgdir}"/usr/share/godot/templates/
|
install -Dm755 bin/godot_server.x11.opt.debug.64 "${pkgdir}"/usr/share/godot/templates/
|
||||||
|
|
||||||
# 32 bit x11
|
# 32 bit x11
|
||||||
#install -Dm755 bin/godot.x11.opt.32.llvm "${pkgdir}"/usr/share/godot/templates/
|
#install -Dm755 bin/godot.x11.opt.32.llvm "${pkgdir}"/usr/share/godot/templates/
|
||||||
|
|
Loading…
Reference in a new issue