# HG changeset patch # User sam # Date 1712243388 -25200 # Node ID 68663ee3b06807621fbf40b0ff4ae640d6d78325 # Parent a8ce28444cf2391ddb5788a96488314ac3d38b3c del: linux-guard diff -r a8ce28444cf2 -r 68663ee3b068 semicongine/build.nim --- 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