corrected typo
This commit is contained in:
parent
b29789d8b7
commit
279c498d62
|
@ -28,7 +28,7 @@ IF( NOT VERSION )
|
||||||
ENDIF( NOT VERSION )
|
ENDIF( NOT VERSION )
|
||||||
|
|
||||||
# Fill in SDLMAIN_LIBRARY on OS X manually to avoid using SDLMain.m
|
# Fill in SDLMAIN_LIBRARY on OS X manually to avoid using SDLMain.m
|
||||||
# OS X users will have to compile and install SDL form source.
|
# OS X users will have to compile and install SDL from source.
|
||||||
if( APPLE )
|
if( APPLE )
|
||||||
SET(SDLMAIN_LIBRARY "-lSDLmain")
|
SET(SDLMAIN_LIBRARY "-lSDLmain")
|
||||||
endif( APPLE )
|
endif( APPLE )
|
||||||
|
|
Loading…
Reference in New Issue