MAKEFILE: Give more clear information when issuing missing libSDL library to enable video capabilities #90
This commit is contained in:
parent
0e7311704d
commit
a22c5c35b0
1 changed files with 3 additions and 2 deletions
5
makefile
5
makefile
|
@ -341,8 +341,9 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
|||
$(info *** Warning ***)
|
||||
$(info *** Warning *** The simulator$(BUILD_MULTIPLE) you are building could provide more)
|
||||
$(info *** Warning *** functionality if video support were available on your system.)
|
||||
$(info *** Warning *** Install the development components of libSDL2 and rebuild)
|
||||
$(info *** Warning *** your simulator to enable this extra functionality.)
|
||||
$(info *** Warning *** Install the development components of libSDL packaged by your)
|
||||
$(info *** Warning *** operating system distribution and rebuild your simulator to)
|
||||
$(info *** Warning *** enable this extra functionality.)
|
||||
$(info *** Warning ***)
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue