Skip to content

Commit

Permalink
Fixing dependencies error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Nov 25, 2020
1 parent 7c82808 commit c7a733e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
7 changes: 7 additions & 0 deletions src/OSWindow-SDL2/MacOSXPlatform.extension.st
@@ -0,0 +1,7 @@
Extension { #name : #MacOSXPlatform }

{ #category : #'*OSWindow-SDL2' }
MacOSXPlatform >> sdlPlatform [

^ SDLOSXPlatform new
]
7 changes: 7 additions & 0 deletions src/OSWindow-SDL2/OSPlatform.extension.st
@@ -0,0 +1,7 @@
Extension { #name : #OSPlatform }

{ #category : #'*OSWindow-SDL2' }
OSPlatform >> sdlPlatform [

^ SDLNullPlatform new
]
6 changes: 0 additions & 6 deletions src/System-Platforms/MacOSXPlatform.class.st
Expand Up @@ -33,9 +33,3 @@ MacOSXPlatform >> family [
MacOSXPlatform >> isMacOSX [
^ true
]

{ #category : #testing }
MacOSXPlatform >> sdlPlatform [

^ SDLOSXPlatform new
]
6 changes: 0 additions & 6 deletions src/UnifiedFFI/OSPlatform.extension.st
Expand Up @@ -47,9 +47,3 @@ OSPlatform >> runCommand: aCommand [

^LibC runCommand: aCommand
]

{ #category : #'*UnifiedFFI' }
OSPlatform >> sdlPlatform [

^ SDLNullPlatform new
]

0 comments on commit c7a733e

Please sign in to comment.