Add linux build script for kb_text_shape

This commit is contained in:
Daniel Goldenberg
2025-07-09 14:30:22 -04:00
parent 090cac62f9
commit 78126c5684
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ when ODIN_OS == .Windows {
}
} else {
foreign import lib {
"kb_text_shape.a",
"lib/kb_text_shape.a",
}
}