Skip to content

Commit

Permalink
Ensure more jansson headers get moved
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman authored Apr 7, 2020
1 parent 8c68b2f commit 5dec1d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-package-deps-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ build_jansson() {
make -j
find . -name \*.dylib -exec cp \{\} ${DEPS_DEST}/bin/ \;
rsync -avh --include="*/" --include="*.h" --exclude="*" ../src/* ${DEPS_DEST}/include/
rsync -avh --include="*/" --include="*.h" --exclude="*" ./* ${DEPS_DEST}/include/
rsync -avh --include="*/" --include="*.h" --exclude="*" ./src/* ${DEPS_DEST}/include/
cp ./*.h ${DEPS_DEST}/include/

cd $WORK_DIR
}
Expand Down

0 comments on commit 5dec1d6

Please sign in to comment.