mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
zstd: fix include path in cmake file
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="2016-2024 Facebook, Inc.
|
||||
Meta Platforms, Inc. and affiliates"
|
||||
LICENSE="BSD (2-clause)
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/facebook/zstd/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7"
|
||||
SOURCE_FILENAME="zstd-v$portVersion.tar.gz"
|
||||
@@ -140,6 +140,8 @@ INSTALL()
|
||||
|
||||
sed "s|$libDir|$developLibDir|g" \
|
||||
-i $developLibDir/cmake/zstd/zstdTargets-release.cmake
|
||||
sed "/INTERFACE_INCLUDE_DIRECTORIES/c INTERFACE_INCLUDE_DIRECTORIES \"$includeDir;\"" \
|
||||
-i $developLibDir/cmake/zstd/zstdTargets.cmake
|
||||
|
||||
packageEntries bin \
|
||||
$commandBinDir \
|
||||
|
||||
Reference in New Issue
Block a user