Skip to content

Commit

Permalink
build release, without libpcap link dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Jan 9, 2025
1 parent c705ec7 commit 8be8be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified avdecc.artifactbundle.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else
ARCHS="-arch ${ARCH}"
CLANGDIR=/opt/swift
SOSUFFIX=so;
CONFIG=debug;
CONFIG=release;
BUILDCFLAGS="-I${CLANGDIR}/usr/lib/swift -fblocks"
BUILDLDFLAGS_SHARED="-L${CLANGDIR}/usr/lib/swift/${PLATFORM} -Wl,-rpath,${CLANGDIR}/usr/lib/swift/${PLATFORM} -lBlocksRuntime"
BUILDLDFLAGS_STATIC="-Wl,-L${CLANGDIR}/usr/lib/swift_static/${PLATFORM} -lBlocksRuntime"
Expand All @@ -59,6 +59,7 @@ rm -rf $BUILDDIR
-a "-DCMAKE_CXX_FLAGS=${BUILDCFLAGS}" \
-a "-DCMAKE_SHARED_LINKER_FLAGS=${BUILDLDFLAGS_SHARED}" \
-a "-DCMAKE_STATIC_LINKER_FLAGS=" \
-a "-DBUILD_AVDECC_INTERFACE_PCAP_DYNAMIC_LINKING=ON" \
-c "Unix Makefiles" \
"-${CONFIG}" \
-build-c
Expand Down

0 comments on commit 8be8be6

Please sign in to comment.