Skip to content

Commit

Permalink
Fix jansson include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman authored Apr 6, 2020
1 parent a18f2a7 commit 8c68b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-package-deps-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ build_jansson() {
../configure --libdir="/tmp/obsdeps/bin" --enable-shared --disable-static
make -j
find . -name \*.dylib -exec cp \{\} ${DEPS_DEST}/bin/ \;
rsync -avh --include="*/" --include="*.h" --exclude="*" ../* ${DEPS_DEST}/include/
rsync -avh --include="*/" --include="*.h" --exclude="*" ../src/* ${DEPS_DEST}/include/
rsync -avh --include="*/" --include="*.h" --exclude="*" ./* ${DEPS_DEST}/include/

cd $WORK_DIR
Expand Down

0 comments on commit 8c68b2f

Please sign in to comment.