Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 67c83c8

Browse files
committed
Use built libraries regardless of versions
1 parent 5739fee commit 67c83c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-for-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake -D SCAP_WORKBENCH_LOCAL_SCAN_ENABLED=false -D SCAP_AS_RPM_EXECUTABLE="" ..
44
make -j 4
55
mkdir -p ./scap-workbench.app/Contents/Frameworks/
66
cp /usr/local/lib/libpcre.1.dylib ./scap-workbench.app/Contents/Frameworks/
7-
cp /usr/local/lib/libopenscap.8.dylib ./scap-workbench.app/Contents/Frameworks/
7+
cp /usr/local/lib/libopenscap*.dylib ./scap-workbench.app/Contents/Frameworks/
88
chmod 755 ./scap-workbench.app/Contents/Frameworks/*.dylib
99
echo "Copy fresh extracted SSG zip into `pwd`/scap-workbench.app/Contents/Resources/ssg/"
1010
echo "so that SSG README.md is at `pwd`/scap-workbench.app/Contents/Resources/ssg/README.md"

0 commit comments

Comments
 (0)