mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-05 14:42:42 -07:00
Have the build scripts compile the shaders by default.
This commit is contained in:
@@ -79,8 +79,8 @@ function build-SokolBackendDemo
|
||||
{
|
||||
write-host 'Building VEFontCache: Sokol Backend Demo'
|
||||
|
||||
# $compile_shaders = join-path $path_scripts "compile_sokol_shaders.ps1"
|
||||
# & $compile_shaders
|
||||
$compile_shaders = join-path $path_scripts "compile_sokol_shaders.ps1"
|
||||
& $compile_shaders
|
||||
|
||||
$executable = join-path $path_build 'sokol_demo.exe'
|
||||
$pdb = join-path $path_build 'sokol_demo.pdb'
|
||||
|
Reference in New Issue
Block a user