Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ports/crashrpt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
vcpkg_fail_port_install(ON_TARGET "OSX" "Linux" "UWP")

if(VCPKG_TARGET_ARCHITECTURE STREQUAL x86)
set(ARCH_DIR "")
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL x64)
set(ARCH_DIR "x64/")
else()
vcpkg_fail_port_install(MESSAGE "${PORT} only supports x86 and x64 architectures" ALWAYS)
message(FATAL_ERROR "${PORT} only supports x86 and x64 architectures")
endif()

vcpkg_from_git(
Expand Down
3 changes: 2 additions & 1 deletion ports/crashrpt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "crashrpt",
"version": "1.4.3",
"port-version": 1,
"port-version": 2,
"description": "A crash reporting system for Windows applications",
"homepage": "http://crashrpt.sourceforge.net/",
"supports": "!osx & !linux & !uwp & (x86 | x64)",
"dependencies": [
"dbghelp",
"libjpeg-turbo",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
},
"crashrpt": {
"baseline": "1.4.3",
"port-version": 1
"port-version": 2
},
"crc32c": {
"baseline": "1.1.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/crashrpt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "896d96ee0613edabd92048142803845fa11baa68",
"version": "1.4.3",
"port-version": 2
},
{
"git-tree": "ad55102e0d167bb457349e5b2b4cec75efc45a91",
"version": "1.4.3",
Expand Down