mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-05 14:42:42 -07:00
attempting to fix sokol shaders exectable picked
This commit is contained in:
@@ -6,7 +6,16 @@ path_scripts="$path_root/scripts"
|
||||
path_thirdparty="$path_root/thirdparty"
|
||||
|
||||
path_sokol_tools="$path_thirdparty/sokol-tools"
|
||||
sokol_shdc="$path_sokol_tools/bin/linux/sokol-shdc"
|
||||
case "$OS" in
|
||||
Darwin*)
|
||||
sokol_shdc="$path_sokol_tools/bin/osx/sokol-shdc"
|
||||
;;
|
||||
Linux*)
|
||||
sokol_shdc="$path_sokol_tools/bin/linux/sokol-shdc"
|
||||
;;
|
||||
esac
|
||||
echo "Using sokol-shdc: $sokol_shdc"
|
||||
chmod +x "$sokol_shdc"
|
||||
|
||||
path_backend_sokol="$path_backend/sokol"
|
||||
|
||||
|
Reference in New Issue
Block a user