File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [[ ${COVERAGE} == true ]]; then
2020 ./py-local/bin/cpp-coveralls --exclude node_modules --exclude tests --build-root build --gcov-options ' \-lp' --exclude docs --exclude build/Release/obj/gen --exclude deps > /dev/null
2121else
2222 echo " building binaries for publishing"
23- CXXFLAGS=" ${CXXFLAGS:- } -include $( pwd) /src/gcc-preinclude.h" V=1 npm install --build-from-source --clang=1
23+ CFLAGS= " ${CFLAGS :- } -include $( pwd ) /src/gcc-preinclude.h " CXXFLAGS=" ${CXXFLAGS:- } -include $( pwd) /src/gcc-preinclude.h" V=1 npm install --build-from-source --clang=1
2424 nm lib/binding/* /node_sqlite3.node | grep " GLIBCXX_" | c++filt || true
2525 nm lib/binding/* /node_sqlite3.node | grep " GLIBC_" | c++filt || true
2626 npm test
You can’t perform that action at this time.
0 commit comments