Don't forget to install the renderer2 binary if USE_RENDERER_DLOPEN=0

This commit is contained in:
Andrey Vihrov 2013-12-16 18:00:06 +02:00
parent 1a86229538
commit 7bffad0981
1 changed files with 4 additions and 0 deletions

View File

@ -2701,6 +2701,10 @@ ifneq ($(BUILD_CLIENT),0)
ifneq ($(BUILD_RENDERER_OPENGL2),0)
$(INSTALL) $(STRIP_FLAG) -m 0755 $(BR)/renderer_opengl2_$(SHLIBNAME) $(COPYBINDIR)/renderer_opengl2_$(SHLIBNAME)
endif
else
ifneq ($(BUILD_RENDERER_OPENGL2),0)
$(INSTALL) $(STRIP_FLAG) -m 0755 $(BR)/$(CLIENTBIN)_opengl2$(FULLBINEXT) $(COPYBINDIR)/$(CLIENTBIN)_opengl2$(FULLBINEXT)
endif
endif
endif