various ports: simplify cmake prefix path

This commit is contained in:
Mohamed Akram
2026-05-17 22:31:58 +04:00
parent 9a826ebe1e
commit 8b672cb2b6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ if {${port_latest}} {
set port_libfmt libfmt12
cmake.prefix_path-prepend \
${prefix}/lib/${port_libfmt}/cmake/fmt
${prefix}/lib/${port_libfmt}/cmake
depends_lib-append port:${port_libfmt}
} else {
PortGroup boost 1.0
+1 -1
View File
@@ -49,4 +49,4 @@ depends_lib-append \
# a new release is available. nheko must also use that version as well.
cmake.prefix_path-prepend \
${prefix}/lib/libfmt8/cmake \
${prefix}/libexec/spdlog-fmt8/lib/cmake
${prefix}/libexec/spdlog-fmt8
+1 -1
View File
@@ -60,7 +60,7 @@ patchfiles MacNotificationDelegate.mm.patch
# Match libfmt version with spdlog once there's a new release
cmake.prefix_path-append \
${prefix}/lib/libfmt8/cmake \
${prefix}/libexec/spdlog-fmt8/lib/cmake
${prefix}/libexec/spdlog-fmt8
destroot {
copy ${build.dir}/nheko.app ${destroot}${applications_dir}/Nheko.app