Skip to content

Commit

Permalink
updated get_deps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OkiStuff committed Sep 4, 2021
1 parent 663cfae commit fc24021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/get_deps.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess
import platform

def main():
def main() -> None :
if (platform.system() == 'Windows'):
print(f"OS: Windows {platform.release()} {platform.version()}")
print("Compiling GLFW")
Expand Down

0 comments on commit fc24021

Please sign in to comment.