Changes in compile.sh [b8072d3:cb6fabb] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • compile.sh

    rb8072d3 rcb6fabb  
    11# TODO: Figure out why calling this from a makefile gives an error about shopt not being found
    22
    3 # This section is left here in case there's no easy way to get glslangValidator in the path on a Mac
    4 
    53OS=$(uname)
    6 
    7 if [ $OS = "Darwin" ]; then
    8    VULKAN_SDK_PATH=/Users/dportnoy15/Development/vulkan-sdk-macos-1.1.108.0/macOS
    9 fi
    10 
    11 cd shaders
    124
    135shopt -s nullglob
     
    2416   glslangValidator -V $f -o $fOut
    2517done
    26 
    27 cd ..
Note: See TracChangeset for help on using the changeset viewer.