diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-05-27 11:40:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 20:40:27 -0700 |
| commit | c3cfb02466318e328c7e9ef56ba28bcafce96cfd (patch) | |
| tree | 8c33e26186facdd9ad4df6b18f466a2c518403ae /ports/libusbmuxd | |
| parent | 6a400388bb8ef70c665320fc4668fb1def3a8e17 (diff) | |
| download | vcpkg-c3cfb02466318e328c7e9ef56ba28bcafce96cfd.tar.gz vcpkg-c3cfb02466318e328c7e9ef56ba28bcafce96cfd.zip | |
[libusbmuxd berkeleydb cppcms activemq-cpp] Add Supports and failure message (#11589)
* [libusbmuxd berkeleydb cppcms] Add Supports and failure message
* Add Supports for activemq-cpp
Diffstat (limited to 'ports/libusbmuxd')
| -rw-r--r-- | ports/libusbmuxd/CONTROL | 3 | ||||
| -rw-r--r-- | ports/libusbmuxd/portfile.cmake | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/libusbmuxd/CONTROL b/ports/libusbmuxd/CONTROL index 2c0bf3dd9..615147f46 100644 --- a/ports/libusbmuxd/CONTROL +++ b/ports/libusbmuxd/CONTROL @@ -1,4 +1,5 @@ Source: libusbmuxd
-Version: 1.2.185 +Version: 1.2.185-1 Description: A client library to multiplex connections from and to iOS devices
Build-Depends: libplist
+Supports: !(uwp|linux|osx)
diff --git a/ports/libusbmuxd/portfile.cmake b/ports/libusbmuxd/portfile.cmake index f7a4d3a4b..26518b217 100644 --- a/ports/libusbmuxd/portfile.cmake +++ b/ports/libusbmuxd/portfile.cmake @@ -1,3 +1,5 @@ +vcpkg_fail_port_install( ON_TARGET "uwp" "linux" "osx")
+
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libimobiledevice-win32/libusbmuxd
|
