Fix sha1 on premake linux

This commit is contained in:
erorcun
2021-02-12 17:23:29 +03:00
parent 0c60ceeb33
commit 80e4b3db55
2 changed files with 3 additions and 5 deletions

View File

@ -331,7 +331,7 @@ project "reVC"
prebuildcommands { '"%{prj.location}..\\printHash.bat" "%{prj.location}..\\src\\extras\\GitSHA1.cpp"' }
filter "platforms:not win*"
prebuildcommands { '"%{prj.location}../printHash.sh" "%{prj.location}../src/extras/GitSHA1.cpp"' }
prebuildcommands { '"%{prj.location}/../printHash.sh" "%{prj.location}/../src/extras/GitSHA1.cpp"' }
filter "platforms:win*glfw*"
staticruntime "off"