We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8067ab6 commit b4b26fcCopy full SHA for b4b26fc
archlinuxcn/megacmd/PKGBUILD
@@ -40,10 +40,10 @@ prepare() {
40
sed -i '/^set(VCPKG_ROOT/d' CMakeLists.txt
41
42
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
+ sed -i '/IMPORTED_TARGET libcrypto++/s/++/pp/' sdk/cmake/modules/sdklib_libraries.cmake
44
45
# Fix ICU linking - https://github.com/meganz/sdk/pull/2768
46
- patch -Np1 -d src/sdk -i "${srcdir}/fix-icu-linking.patch"
+ patch -Np1 -d sdk -i "${srcdir}/fix-icu-linking.patch"
47
48
# Remove hardcoded install paths that break build-time options
49
sed -i \
0 commit comments