Skip to content

Commit

Permalink
Fix building on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 11, 2025
1 parent f854c3f commit 1a8c7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION",
],
"cflags!": [ "-fno-rtti", "-fno-exceptions" ],
"cflags_cc!": [ "-fno-rtti", "-fno-exceptions" ],
"cflags_cc": [ "-include", "stdint.h" ],
"cflags_cc!": [ "-fno-rtti", "-fno-exceptions", "-include", "stdint.h" ],
"xcode_settings": {
"GCC_ENABLE_CPP_RTTI": "YES",
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
Expand Down

0 comments on commit 1a8c7fe

Please sign in to comment.