From 4890f603a5f22ef7784438275817417256ff21f8 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Fri, 17 Nov 2023 23:36:51 +0400 Subject: [PATCH] Fix osx paths --- src/osx.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/osx.sh b/src/osx.sh index 5a26622..04eb58a 100644 --- a/src/osx.sh +++ b/src/osx.sh @@ -10,9 +10,6 @@ cmake --build . --target LabSound --config Release ) -cp src/LabSound-1.2.0/build/bin/LabSound.framework/Versions/A/LabSound src/build/LabSound -cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/liblibnyquist.a src/build/liblibnyquist.a -cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/libsamplerate.a src/build/libsamplerate.a - -ls src/LabSound-1.2.0/build/bin -ls src/LabSound-1.2.0/build/bin/Release +cp src/LabSound-1.2.0/build/bin/Release/LabSound.framework/Versions/A/LabSound src/build/LabSound +cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/Release/liblibnyquist.a src/build/liblibnyquist.a +cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/Release/libsamplerate.a src/build/libsamplerate.a