Skip to content

Commit 35a5002

Browse files
committed
Fix building on Ubuntu 24.04
1 parent f854c3f commit 35a5002

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

binding.gyp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
"<!@(ls -1 deps/libhdt/src/rdf/*.cpp)",
1616
"<!@(ls -1 deps/libhdt/src/sequence/*.cpp)",
1717
"<!@(ls -1 deps/libhdt/src/triples/*.cpp)",
18-
"<!@(ls -1 deps/libhdt/src/util/*.cpp)",
18+
"<!@(ls -1 deps/libhdt/src/util/bitutil.cpp)",
19+
"<!@(ls -1 deps/libhdt/src/util/crc16.cpp)",
20+
"<!@(ls -1 deps/libhdt/src/util/crc32.cpp)",
21+
"<!@(ls -1 deps/libhdt/src/util/crc8.cpp)",
22+
"<!@(ls -1 deps/libhdt/src/util/fileUtil.cpp)",
23+
"<!@(ls -1 deps/libhdt/src/util/filemap.cpp)",
24+
"<!@(ls -1 deps/libhdt/src/util/propertyutil.cpp)",
1925
"<!@(ls -1 deps/libcds/src/static/bitsequence/*.cpp)",
2026
"<!@(ls -1 deps/libcds/src/static/coders/*.cpp)",
2127
"<!@(ls -1 deps/libcds/src/static/mapper/*.cpp)",

0 commit comments

Comments
 (0)