Skip to content

Commit

Permalink
Dante is 64bit only
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Jan 1, 2024
1 parent 8088e79 commit 853a31f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions xxxApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,12 @@ ifeq ($(OS_CLASS), WIN32)
endif
endif

ifdef DANTE
$(DBD_NAME)_DBD += mcaDanteSupport.dbd
$(PROD_NAME)_LIBS := mcaDante $($(PROD_NAME)_LIBS)
$(PROD_NAME)_LIBS := XGL_DPP $($(PROD_NAME)_LIBS)
ifeq (windows-x64, $(findstring windows-x64, $(T_A)))
ifdef DANTE
$(DBD_NAME)_DBD += mcaDanteSupport.dbd
$(PROD_NAME)_LIBS := mcaDante $($(PROD_NAME)_LIBS)
$(PROD_NAME)_LIBS := XGL_DPP $($(PROD_NAME)_LIBS)
endif
endif

ifdef DXPSITORO
Expand Down

0 comments on commit 853a31f

Please sign in to comment.