Changeset cb6fabb in opengl-game for compile.sh


Ignore:
Timestamp:
May 1, 2021, 1:52:25 AM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
756162f
Parents:
4a777d2
git-author:
Dmitry Portnoy <dportnoy@…> (05/01/21 01:31:53)
git-committer:
Dmitry Portnoy <dportnoy@…> (05/01/21 01:52:25)
Message:

Update the build instructions and makefile to work with OSX again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • compile.sh

    r4a777d2 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
    104
    115shopt -s nullglob
Note: See TracChangeset for help on using the changeset viewer.