mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Fix inverse condition of BUILD_SERVER
This commit is contained in:
parent
7df67e3a29
commit
ff9e249a85
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<PropertyGroup>
|
||||
<Version>0.0.5</Version>
|
||||
|
||||
<BUILD_SERVER Condition="'$(BUILD_SERVER)'!=''">$(COMPUTERNAME)</BUILD_SERVER>
|
||||
<BUILD_SERVER Condition="'$(BUILD_SERVER)'==''">$(COMPUTERNAME)</BUILD_SERVER>
|
||||
<GIT_COMMIT_SHA1_SHORT Condition="'$(GIT_COMMIT_SHA1)'!=''">$(GIT_COMMIT_SHA1.Substring(0, 7))</GIT_COMMIT_SHA1_SHORT>
|
||||
|
||||
<!-- Set dynamic OpenRCT2 #defines -->
|
||||
|
|
Loading…
Reference in a new issue