Skip to content

Commit a380dee

Browse files
committed
Turn embind into a MTLibrary
1 parent cd558c6 commit a380dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/system_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ class libwebgpu_cpp(MTLibrary):
19251925
src_files = ['webgpu_cpp.cpp']
19261926

19271927

1928-
class libembind(Library):
1928+
class libembind(MTLibrary):
19291929
name = 'libembind'
19301930
never_force = True
19311931

0 commit comments

Comments
 (0)