Fix Makefile when WINDRES is not defined
This commit is contained in:
parent
023188a1b3
commit
14f4d5d7a6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,5 +1,6 @@
|
||||||
NATIVECC = cc
|
NATIVECC = cc
|
||||||
NATIVECXX = c++
|
NATIVECXX = c++
|
||||||
|
WINDRES = windres
|
||||||
|
|
||||||
BUILD_DIRECTORY = game
|
BUILD_DIRECTORY = game
|
||||||
ASSETS_DIRECTORY = assets
|
ASSETS_DIRECTORY = assets
|
||||||
|
|
Loading…
Add table
Reference in a new issue