commit cadeb9d3427eeb60b69bdc63ab236fba90f4330c parent bfa36718127ca28765d4481c3fc84db181639aa5 Author: Anders Damsgaard <anders-dc@users.noreply.github.com> Date: Tue, 7 Jul 2015 12:15:32 +0200 Merge pull request #1 from noxiii/master pba compile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -8,7 +8,7 @@ vsfm/bin/libpba.so: pba/bin/libpba_no_gpu.so ln -s ../../$< $@ pba/bin/libpba_no_gpu.so: pba - mv makefile_no_gpu makefile; make + cd $< && mv makefile makefile_orig; mv makefile_no_gpu makefile; make pba: pba_v1.0.5.zip unzip $<