Skip to content

Commit

Permalink
test_alignalloc should be C++
Browse files Browse the repository at this point in the history
Ref #14
  • Loading branch information
animetosho committed Aug 18, 2024
1 parent bb4dc40 commit edd8029
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -50,7 +50,7 @@
}],
['OS!="win"', {
"variables": {
"missing_memalign%": "<!(<!(echo ${CXX_target:-${CXX:-c++}}) -c src/test_alignalloc.c -o /dev/null -Werror 2>/dev/null || echo failed)",
"missing_memalign%": "<!(<!(echo ${CXX_target:-${CXX:-c++}}) -c src/test_alignalloc.cc -o /dev/null -Werror 2>/dev/null || echo failed)",
},
"conditions": [
['missing_memalign!=""', {
Expand Down
File renamed without changes.

0 comments on commit edd8029

Please sign in to comment.