vcpkg/ports/bullet3
Billy O'Neal 485e459074
[bullet3] Remove vcpkg_fail_port_install. (#22729)
* [bullet3] Remove vcpkg_fail_port_install.

The supports expression and the portfile.cmake disagreed.

Supports: !((windows | linux) & (arm | uwp))
Portfile: osx | !(arm | arm64 | uwp)

If we demorgan the supports expression we get something closer to the portfile:
!(windows | linux) | !(arm | uwp)

If we take "!(windows | linux)" to mean that the author meant "osx", and assume arm64 implies arm, we end up with:

osx | !(arm | uwp)

In support of: https://github.com/microsoft/vcpkg/pull/21502

* Also remove ci.baseline.txt entries now covered by vcpkg.json.
2022-01-23 22:43:39 -08:00
..
cmake-fix.patch [Bullet3] fixes config failures. (#19236) 2021-08-31 12:55:56 -07:00
portfile.cmake [bullet3] Remove vcpkg_fail_port_install. (#22729) 2022-01-23 22:43:39 -08:00
usage
vcpkg.json [bullet3] Remove vcpkg_fail_port_install. (#22729) 2022-01-23 22:43:39 -08:00