Skip to content

Commit 3fbcdf8

Browse files
authored
fix errors in compiling
1 parent 6dcf53d commit 3fbcdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Build
6060
run: |
6161
source ./.homebrew-build-env
62+
export CXXFLAGS="-DNTL_THREADS=0 -fno-threadsafe-statics $CXXFLAGS"
6263
./bootstrap
6364
./configure --enable-download-from-upstream-url
6465
make build V=0

0 commit comments

Comments
 (0)