mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Merge pull request #277 from em92/master
Fallback to generic a windres if a cross compiler one cannot be found
This commit is contained in:
commit
25cc2edc69
1 changed files with 5 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -530,10 +530,12 @@ ifdef MINGW
|
|||
CC=gcc
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
# using generic windres if specific one is not present
|
||||
ifndef WINDRES
|
||||
WINDRES=windres
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CC),)
|
||||
$(error Cannot find a suitable cross compiler for $(PLATFORM))
|
||||
|
|
Loading…
Reference in a new issue