Skip to content

Commit

Permalink
Fix -host -> --host typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Aug 31, 2024
1 parent 4e3149e commit 7b4b888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,7 @@ $(BASE_DIR)/libs-$(ARCH)/SDL2-$(SDL2VER)/x86_64-w64-mingw32/bin/sdl2-config: $(B
AR?=$(ARCH)-ar


CONFIGARGS+= -host=$(ARCH) --enable-shared=no CC="$(CC)"
CONFIGARGS+= --host=$(ARCH) --enable-shared=no CC="$(CC)"
CONFIGARGS:= $(CONFIGARGS)
#--disable-silent-rules
OPUSCONFIGARGS=$(CONFIGARGS)
Expand Down

0 comments on commit 7b4b888

Please sign in to comment.