mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 06:30:35 +00:00
Fix sha1 on premake linux
This commit is contained in:
parent
0c60ceeb33
commit
80e4b3db55
2 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue