Skip to content

Commit

Permalink
Added back missing supportedSystem check
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Jan 23, 2025
1 parent 31e6171 commit 481fd0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pure/os.nim
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ when defined(haiku):
else:
result = ""

when supportedSystem:
proc getAppFilename*(): string {.rtl, extern: "nos$1", tags: [ReadIOEffect], noWeirdTarget, raises: [].} =
## Returns the filename of the application's executable.
## This proc will resolve symlinks.
Expand Down

0 comments on commit 481fd0e

Please sign in to comment.