aboutsummaryrefslogtreecommitdiff
path: root/scripts/buildsystems/osx/applocal.py
AgeCommit message (Collapse)Author
2021-03-15[applocal.py] Don't try to install dependencies not managed by vcpkg (#16716)omartijn
This fixes build failures on osx when using dependencies not coming from vcpkg (e.g. closed binaries). vcpkg tried to install those dependencies (which fails because they're not where vcpkg expects them). Fixes issue #8203 Co-authored-by: Martijn Otto <git@martijnotto.nl>
2020-05-20[vcpkg] Fix macOS applocal.py dependency bundling. (#11057)Kevin Hartman
This is the same issue and fix applied here https://github.com/OpenZWave/ozw-admin/issues/4.
2019-05-16Add mac applocal for bundling dependencies (#5681)Sean Warren