Skip to content

Commit

Permalink
Fix legacy libv8 on conda-forge and centos-7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 2, 2025
1 parent 8d53127 commit 642448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#endif
#endif

#if defined(NODEJS_LTS_API) && NODEJS_LTS_API < 18
#if (defined(NODEJS_LTS_API) && NODEJS_LTS_API < 18) || V8_VERSION_TOTAL < 908
#define FixedArrayParam
#else
#define FixedArrayParam ,v8::Local<v8::FixedArray> import_arributes
Expand Down

0 comments on commit 642448d

Please sign in to comment.