Skip to content

Commit

Permalink
Try a different strategy for testing for Faust
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 24, 2025
1 parent 9b35232 commit 3d13de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def configure(ctxt):
ctxt.check_cc(header_name="asoundlib.h")

# FAUST libs and header
ctxt.check_cc(header_name="faust/dsp/libfaust-c.h")
ctxt.find_program("faust")
ctxt.find_program("llvm-config")
ctxt.env.FAUST_LIBS = [
"-lfaust",
Expand Down

0 comments on commit 3d13de5

Please sign in to comment.