Skip to content
Snippets Groups Projects
Commit 5a808ea1 authored by Marvin Scholz's avatar Marvin Scholz Committed by Thomas Guillem
Browse files

contrib: ebur128: use BUILD_SHARED_LIBS

Fixes the build on macOS, which previously would link dynamically to
libebur128 and fail at runtime.
parent 439ac061
No related branches found
No related tags found
No related merge requests found
Pipeline #55255 passed with stage
in 2 hours, 36 minutes, and 12 seconds
......@@ -20,7 +20,6 @@ libebur128: libebur128-$(LIBEBUR128_VERSION).tar.gz .sum-libebur128
$(MOVE)
.libebur128: libebur128 toolchain.cmake
cd $< && $(HOSTVARS_PIC) $(CMAKE) -DENABLE_INTERNAL_QUEUE_H=TRUE
cd $< && $(HOSTVARS_PIC) $(CMAKE) -DENABLE_INTERNAL_QUEUE_H=TRUE -DBUILD_SHARED_LIBS=FALSE
cd $< && $(CMAKEBUILD) . --target install
rm -f $(PREFIX)/lib/libebur128.so*
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment