Skip to content

Commit

Permalink
add boost to c++ flags
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasameisel authored Nov 4, 2024
1 parent 2c840c8 commit bb97463
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 @@ -145,7 +145,7 @@ libthriftc_la_SOURCES = $(compiler_core) \
src/thrift/logging.cc


libthriftc_la_CPPFLAGS = -I$(srcdir)/src -Isrc -I$(top_builddir)/lib/cpp/src -DTHRIFT_ENABLE_PLUGIN=1
libthriftc_la_CPPFLAGS = -I$(srcdir)/src -Isrc -I$(top_builddir)/lib/cpp/src -I/opt/homebrew/Cellar/boost/1.86.0_1 -DTHRIFT_ENABLE_PLUGIN=1
libthriftc_la_CXXFLAGS = -Wall -Wextra -pedantic
libthriftc_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la

Expand Down

0 comments on commit bb97463

Please sign in to comment.