Skip to content

Commit b4b26fc

Browse files
committed
megacmd: fix sdk path again
1 parent 8067ab6 commit b4b26fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archlinuxcn/megacmd/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ prepare() {
4040
sed -i '/^set(VCPKG_ROOT/d' CMakeLists.txt
4141

4242
echo true > build/clone_vcpkg_from_baseline.sh # this script is executed by bash (not using shebang)
43-
sed -i '/IMPORTED_TARGET libcrypto++/s/++/pp/' src/sdk/cmake/modules/sdklib_libraries.cmake
43+
sed -i '/IMPORTED_TARGET libcrypto++/s/++/pp/' sdk/cmake/modules/sdklib_libraries.cmake
4444

4545
# Fix ICU linking - https://github.com/meganz/sdk/pull/2768
46-
patch -Np1 -d src/sdk -i "${srcdir}/fix-icu-linking.patch"
46+
patch -Np1 -d sdk -i "${srcdir}/fix-icu-linking.patch"
4747

4848
# Remove hardcoded install paths that break build-time options
4949
sed -i \

0 commit comments

Comments
 (0)