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 35a5002
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
"<!@(ls -1 deps/libhdt/src/rdf/*.cpp)",
"<!@(ls -1 deps/libhdt/src/sequence/*.cpp)",
"<!@(ls -1 deps/libhdt/src/triples/*.cpp)",
"<!@(ls -1 deps/libhdt/src/util/*.cpp)",
"<!@(ls -1 deps/libhdt/src/util/bitutil.cpp)",
"<!@(ls -1 deps/libhdt/src/util/crc16.cpp)",
"<!@(ls -1 deps/libhdt/src/util/crc32.cpp)",
"<!@(ls -1 deps/libhdt/src/util/crc8.cpp)",
"<!@(ls -1 deps/libhdt/src/util/fileUtil.cpp)",
"<!@(ls -1 deps/libhdt/src/util/filemap.cpp)",
"<!@(ls -1 deps/libhdt/src/util/propertyutil.cpp)",
"<!@(ls -1 deps/libcds/src/static/bitsequence/*.cpp)",
"<!@(ls -1 deps/libcds/src/static/coders/*.cpp)",
"<!@(ls -1 deps/libcds/src/static/mapper/*.cpp)",
Expand Down

0 comments on commit 35a5002

Please sign in to comment.