File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 5151
5252 <target name =" bundled-deps" description =" Download JSyn and (J)PortAudio" >
5353 <get src =" https://github.com/philburk/jsyn/releases/download/v17.1.0/jsyn-17.1.0.jar" dest =" ${ lib } " skipexisting =" true" />
54- <get src =" https://www.softsynth.com/jsyn/developers/archives/jportaudio_pc_20120904.zip" dest =" ${ lib } " skipexisting =" true" />
5554 <get src =" https://www.softsynth.com/jsyn/developers/archives/jportaudio_mac_20120904.zip" dest =" ${ lib } " skipexisting =" true" />
56- <unzip src =" ${ lib } /jportaudio_pc_20120904 .zip" dest =" ${ lib } " >
55+ <unzip src =" ${ lib } /jportaudio_mac_20120904 .zip" dest =" ${ lib } " >
5756 <patternset >
5857 <include name =" **/*.jar" />
5958 </patternset >
6059 <mapper type =" flatten" />
6160 </unzip >
62- <unzip src =" ${ lib } /jportaudio_pc_20120904.zip" dest =" ${ lib } /windows-amd64/" >
63- <patternset >
64- <include name =" **/*_x64.dll" />
65- </patternset >
66- <mapper type =" flatten" />
67- </unzip >
6861 <unzip src =" ${ lib } /jportaudio_mac_20120904.zip" dest =" ${ lib } /macos-x86_64/" >
6962 <patternset >
7063 <include name =" **/*.jnilib" />
You can’t perform that action at this time.
0 commit comments