Fix spelling mistake

This commit is contained in:
MysterD 2022-03-31 00:13:48 -07:00
parent 7aab487adb
commit 6a384a3039
1 changed files with 3 additions and 3 deletions

View File

@ -832,15 +832,15 @@ else
# endif # endif
endif endif
#icon # Icon
ifeq ($(WINDOWS_BUILD),1) ifeq ($(WINDOWS_BUILD),1)
ifeq ($(ICON),1) ifeq ($(ICON),1)
Command := mkdir $(BUILD_DIR)/res Command := mkdir $(BUILD_DIR)/res
Reponce := $(shell $(call Command)) Reponse := $(shell $(call Command))
Command := windres -o $(BUILD_DIR)/res/icon.o -i res/icon.rc Command := windres -o $(BUILD_DIR)/res/icon.o -i res/icon.rc
Reponce := $(shell $(call Command)) Reponse := $(shell $(call Command))
LDFLAGS += $(BUILD_DIR)/res/icon.o LDFLAGS += $(BUILD_DIR)/res/icon.o
endif endif