mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 14:20:33 +00:00
Fix sha1 on premake linux
This commit is contained in:
parent
1b8d03f3aa
commit
8659b9d77c
2 changed files with 3 additions and 5 deletions
|
@ -331,7 +331,7 @@ project "re3"
|
|||
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