File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 10
10
cmake --build . --target LabSound --config Release
11
11
)
12
12
13
- cp src/LabSound-1.2.0/build/bin/LabSound.framework/Versions/A/LabSound src/build/LabSound
14
- cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/liblibnyquist.a src/build/liblibnyquist.a
15
- cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/libsamplerate.a src/build/libsamplerate.a
16
-
17
- ls src/LabSound-1.2.0/build/bin
18
- ls src/LabSound-1.2.0/build/bin/Release
13
+ cp src/LabSound-1.2.0/build/bin/Release/LabSound.framework/Versions/A/LabSound src/build/LabSound
14
+ cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/Release/liblibnyquist.a src/build/liblibnyquist.a
15
+ cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/Release/libsamplerate.a src/build/libsamplerate.a
You can’t perform that action at this time.
0 commit comments