Skip to content

Commit

Permalink
get location of boost library
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Meisel committed Nov 4, 2024
1 parent 99729e5 commit f8536ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/cpp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# details.

AUTOMAKE_OPTIONS = subdir-objects
BOOST_LIB = /opt/homebrew/Cellar/boost/1.86.0_1
BOOST_LIB := $(shell brew --prefix boost)

# Note on why we have src/thrift and src/thrift/plugin directories:
# Since Automake supports only one set of BUILT_SOURCES per file and does not allow
Expand Down

0 comments on commit f8536ea

Please sign in to comment.