Skip to content

Commit

Permalink
posix_memalign test should probably be done under C99
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Dec 8, 2024
1 parent cb09733 commit 0695225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}],
['OS!="win"', {
"variables": {
"missing_memalign%": "<!(<!(echo ${CC_target:-${CC:-cc}}) -c src/test_alignalloc.c -o /dev/null -Werror 2>/dev/null || echo failed)",
"missing_memalign%": "<!(<!(echo ${CC_target:-${CC:-cc}}) -c src/test_alignalloc.c -std=c99 -o /dev/null -Werror 2>/dev/null || echo failed)",
"supports_cpp14%": "<!(<!(echo ${CXX_target:-${CXX:-c++}}) -MM -E hasher/hasher.cpp -std=c++14 2>/dev/null || true)"
},
"conditions": [
Expand Down

0 comments on commit 0695225

Please sign in to comment.