File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ export LDFLAGS="-L$BREDB_PATH/lib -L$QT_PATH/lib -L$BOOST_PATH/lib -L$FMT_PATH/l
197
197
export CPPFLAGS=" -I$BREDB_PATH /include -I$QT_PATH /include -I$BOOST_PATH /include -I$FMT_PATH /include $CPPFLAGS "
198
198
export PKG_CONFIG_PATH=" $QT_PATH /lib/pkgconfig:$FMT_PATH /lib/pkgconfig:$PKG_CONFIG_PATH "
199
199
200
- # Protobuf, assuming PROTOBUF_DIR is defined externally
200
+ # Protobuf
201
201
if [[ -n " $PROTOBUF_DIR " ]]; then
202
202
export PATH=" $PROTOBUF_DIR /bin:$PATH "
203
203
export LD_LIBRARY_PATH=" $PROTOBUF_DIR /lib:$LD_LIBRARY_PATH "
@@ -207,6 +207,9 @@ if [[ -n "$PROTOBUF_DIR" ]]; then
207
207
export PROTOC=" $PROTOBUF_DIR /bin/protoc"
208
208
fi
209
209
210
+ # 🛠️ Critical fix for Boost linking
211
+ export LIBS=" -lboost_system -lboost_filesystem"
212
+
210
213
export CC=clang
211
214
export CXX=clang++
212
215
export CXXFLAGS=" -std=c++14 -Wno-deprecated-builtins"
You can’t perform that action at this time.
0 commit comments