We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57616a5 commit 594a4aaCopy full SHA for 594a4aa
1 file changed
.github/workflows/build-onnxruntime.yaml
@@ -55,6 +55,8 @@ jobs:
55
patch -p1 < ../patches/onnxruntime-freebsd.patch
56
57
# Build wheel
58
+ # Extra include path needed for logging.h on FreeBSD
59
+ export CXXFLAGS="-I$(pwd)/include/onnxruntime/core/common/logging"
60
CC=clang CXX=clang++ ${PYTHON} ./tools/ci_build/build.py \
61
--build_dir ./build/FreeBSD \
62
--config Release \
0 commit comments