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
8 changes: 0 additions & 8 deletions ports/rsm-bsa/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "OSX" "UWP" ON_ARCH "x86")
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
Expand All @@ -18,13 +17,6 @@ vcpkg_check_features(
xmem BSA_SUPPORT_XMEM
)

if (BSA_SUPPORT_XMEM)
vcpkg_fail_port_install(
ON_TARGET "LINUX"
MESSAGE "XMem support is only available for windows"
)
endif()

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
2 changes: 2 additions & 0 deletions ports/rsm-bsa/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rsm-bsa",
"version-semver": "4.0.0",
"port-version": 1,
"description": "A C++ library for working with the Bethesda archive file format",
"homepage": "https://github.com/Ryan-rsm-McKenzie/bsa",
"documentation": "https://ryan-rsm-mckenzie.github.io/bsa/",
Expand All @@ -26,6 +27,7 @@
"features": {
"xmem": {
"description": "Compression support for the xmem codec",
"supports": "windows",
"dependencies": [
"reproc"
]
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6126,7 +6126,7 @@
},
"rsm-bsa": {
"baseline": "4.0.0",
"port-version": 0
"port-version": 1
},
"rsm-mmio": {
"baseline": "1.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rsm-bsa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ab00b90abe4a8c06ede41183ef67b2208ae42297",
"version-semver": "4.0.0",
"port-version": 1
},
{
"git-tree": "a41057388bf027523e46eed7031efc1fb3920c17",
"version-semver": "4.0.0",
Expand Down