Mercurial > games > semicongine
changeset 1085:15d6eead8e73
del: linux-guard
author | sam <sam@basx.dev> |
---|---|
date | Thu, 04 Apr 2024 22:09:48 +0700 |
parents | 7477b2a6852f |
children | 4fc591930015 |
files | semicongine/build.nim |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/semicongine/build.nim Thu Apr 04 22:08:25 2024 +0700 +++ b/semicongine/build.nim Thu Apr 04 22:09:48 2024 +0700 @@ -138,10 +138,6 @@ # for steam-buildscript docs see https://partner.steamgames.com/doc/sdk/uploading proc semicongine_steam_upload*(steamaccount, password, buildscript: string) = - if not defined(linux): - echo "steam uploads must be done on linux for now" - return - let steamdir = thisDir().joinPath(STEAMBUILD_DIR_NAME) if not dirExists(steamdir): steamdir.mkDir