mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-10 18:09:32 +00:00
Build kb with position independent code
This commit is contained in:
2
vendor/kb_text_shape/src/build_unix.sh
vendored
2
vendor/kb_text_shape/src/build_unix.sh
vendored
@@ -2,6 +2,6 @@
|
||||
set -e
|
||||
|
||||
mkdir -p "../lib"
|
||||
cc -O2 -c kb_text_shape.c
|
||||
cc -O2 -fPIC -c kb_text_shape.c
|
||||
ar -rcs ../lib/kb_text_shape.a kb_text_shape.o
|
||||
rm *.o
|
||||
|
||||
Reference in New Issue
Block a user