Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ec- committed Oct 14, 2023
1 parent 3f4f123 commit 346da3a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ endif # *NIX platforms
endif # !MINGW


TARGET_CLIENT = $(CNAME)$(FULLBINEXT)
TARGET_CLIENT = $(CNAME)$(ARCHEXT)$(BINEXT)

TARGET_REND1 = $(RENDERER_PREFIX)_opengl_$(SHLIBNAME)
TARGET_REND2 = $(RENDERER_PREFIX)_opengl2_$(SHLIBNAME)
Expand Down Expand Up @@ -674,10 +674,6 @@ $(echo_cmd) "WINDRES $<"
$(Q)$(WINDRES) -i $< -o $@
endef

ifndef FULLBINEXT
FULLBINEXT=.$(ARCH)$(BINEXT)
endif

ifndef SHLIBNAME
SHLIBNAME=$(ARCH).$(SHLIBEXT)
endif
Expand Down

0 comments on commit 346da3a

Please sign in to comment.