mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
docs(doxygen): enforce warn if undocumented (#5337)
This commit is contained in:
@@ -221,7 +221,7 @@ class Sunshine < Formula
|
||||
either install icu4c or use brew install sunshine --with-static-boost instead
|
||||
EOS
|
||||
end
|
||||
ENV.append "CXXFLAGS", "-I#{Formula["icu4c"].opt_include}"
|
||||
ENV.append "CXXFLAGS", "-I#{formula_opt_include("icu4c")}"
|
||||
icu4c_lib_path = formula_opt_lib("icu4c").to_s
|
||||
ENV.append "LDFLAGS", "-L#{icu4c_lib_path}"
|
||||
ENV["LIBRARY_PATH"] = icu4c_lib_path
|
||||
|
||||
Reference in New Issue
Block a user