Merge pull request #15734 from carlocab/cmake-args-typecheck

formula: fix typechecking error in `std_cmake_args`
This commit is contained in:
Carlo Cabrera 2023-07-23 02:09:00 +08:00 committed by GitHub
commit b5d13ce68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1566,7 +1566,7 @@ class Formula
sig {
params(
install_prefix: T.any(String, Pathname),
install_libdir: String,
install_libdir: T.any(String, Pathname),
find_framework: String,
).returns(T::Array[String])
}