This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla-Plugins
mirror of
https://github.com/falkTX/Carla-Plugins
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build with custom updated pugl
Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX
11 months ago
parent
e32f21fe99
commit
3c0026dad5
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save