Browse Source

Fix build with custom updated pugl

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 11 months ago
parent
commit
3c0026dad5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.mk

+ 1
- 1
Makefile.mk View File

@@ -76,7 +76,7 @@ endif

ifeq ($(HAVE_DGL),true)
ifeq ($(USING_CUSTOM_DPF),true)
DPF_FLAGS += -I$(CUSTOM_DPF_PATH)/dgl
DPF_FLAGS += -I$(CUSTOM_DPF_PATH)/dgl -I$(CUSTOM_DPF_PATH)/dgl/src/pugl-upstream/include
else
DPF_FLAGS += -I$(CWDE)/modules/dgl
endif


Loading…
Cancel
Save