Skip to content

Commit 9224b85

Browse files
committed
removes os check
1 parent 570cdc6 commit 9224b85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builder/unix.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ def build_sdl():
129129

130130

131131
def submodules():
132-
if not sys.platform.startswith('linux'):
133-
raise RuntimeError('Compiling for unix can only be done from Linux')
134-
135132
if not os.path.exists('lib/SDL/include'):
136133
cmd_ = [
137134
'git',

0 commit comments

Comments
 (0)