Skip to content

Commit 934c372

Browse files
authored
Merge pull request #217244 from Homebrew/fluid-synth-test
fluid-synth: update test as `systemd` is now keg-only
2 parents 4bc8857 + 2da08f0 commit 934c372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/f/fluid-synth.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def install
104104
assert_path_exists wavout
105105

106106
# Check the pkg-config module
107+
ENV.append_path "PKG_CONFIG_PATH", Formula["systemd"].lib/"pkgconfig" if OS.linux?
107108
system "pkgconf", "--cflags", "--libs", "--static", lib/"pkgconfig/fluidsynth.pc"
108109
end
109110
end

0 commit comments

Comments
 (0)