mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-04 22:22:43 -07:00
Workflow: install harfbuzz via brew since there is an issue with linking path of the library on osx
This commit is contained in:
1
.github/workflows/macos_build.yaml
vendored
1
.github/workflows/macos_build.yaml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
echo "Bash version: $(bash --version)"
|
||||
|
||||
brew install freetype
|
||||
brew install harfbuzz
|
||||
brew install odin
|
||||
|
||||
make -C "/opt/homebrew/Cellar/odin/2024-10/libexec/vendor/stb/src"
|
||||
|
@@ -58,4 +58,6 @@ pushd "$path_backend_sokol" > /dev/null
|
||||
"$flag_target_lang" "glsl410:glsl300es:metal_macos:wgsl" \
|
||||
"$flag_format_odin" "$flag_module=draw_text"
|
||||
|
||||
echo "Built sokol shaders"
|
||||
|
||||
popd > /dev/null
|
||||
|
Reference in New Issue
Block a user