summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Arnold2016-08-05 16:39:31 +0200
committerFabio Arnold2016-08-05 16:39:31 +0200
commitb63857ee8d46be8b9c3fc99db0bccb41986b8256 (patch)
treea929b217b203166a9b227c074d3f900c7983b32b /PKGBUILD
parenta6c0b46bf15e9bb94bf55e450d8f4e6827c3ddea (diff)
downloadaur-twotris-git.tar.gz
removed lib building commands
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0457d96170e1..3edda35c5f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,13 +37,6 @@ prepare() {
build() {
cd $srcdir/TwoTriangles
- cd lib/imgui
- sh build_staticlib.sh
- cd ../stb
- sh build_staticlib.sh
- cd ../nativefiledialog/src
- scons debug=0
- cd ../../..
sh build.sh release
}