mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
[Summary] eliminating reason for which building TRACKs stopped working
This commit is contained in:
parent
c430449781
commit
ef252122ea
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ cd $AD/tracks
|
|||
./waf build -v
|
||||
else
|
||||
./waf clean
|
||||
if ./waf configure --internal-static-libs --program-name=Tracks; then ./waf build -v; fi
|
||||
if ./waf configure --program-name=Tracks; then ./waf build -v; fi
|
||||
fi
|
||||
) 2>&1 | tee $AD/buildlog.txt #"$AD/tracks-build-log.`date +%Y-%m-%d--%H.%M`.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue