File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,10 @@ before_script:
132132 fi
133133
134134script :
135+ - export CXXFLAGS="${CXXFLAGS:-} -include $(pwd)/src/gcc-preinclude.h"
135136- if [[ "${NODE_VERSION}" ]]; then ./scripts/build_against_node.sh; fi;
136- - nm lib/binding/*/node_sqlite3.node | grep "GLIBCXX_" || true
137- - nm lib/binding/*/node_sqlite3.node | grep "GLIBC_" || true
137+ - nm lib/binding/*/node_sqlite3.node | grep "GLIBCXX_" | c++filt | | true
138+ - nm lib/binding/*/node_sqlite3.node | grep "GLIBC_" | c++filt | | true
138139- if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi;
139140# disabled for now: need to port to sudo:false
140141# - if [[ "${NODE_WEBKIT}" ]]; then ./scripts/build_against_node_webkit.sh; fi;
Original file line number Diff line number Diff line change 3131 }
3232 ]
3333 ],
34- "cflags" : [ "-include ../src/gcc-preinclude.h" ],
3534 "sources" : [
3635 "src/database.cc" ,
3736 "src/node_sqlite3.cc" ,
Original file line number Diff line number Diff line change 7171 'dependencies' : [
7272 'action_before_build'
7373 ],
74- 'cflags' : [ '-include ../src/gcc-preinclude.h' ],
7574 'sources' : [
7675 '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/sqlite3.c'
7776 ],
8786 ],
8887 },
8988 'cflags_cc' : [
90- '-Wno-unused-value' ,
91- '-include ../src/gcc-preinclude.h'
89+ '-Wno-unused-value'
9290 ],
9391 'defines' : [
9492 '_REENTRANT=1' ,
You can’t perform that action at this time.
0 commit comments