mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
xrick: Fix up a questionable choice of include paths
Change-Id: I60589f2151270349176d10505c3d75ab00fff9d4
This commit is contained in:
parent
79582121ea
commit
5953569ce5
2 changed files with 3 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
#include "xrick/system/basic_funcs.h"
|
#include "xrick/system/basic_funcs.h"
|
||||||
|
|
||||||
#include "xrick/system/miniz_config.h"
|
#include "xrick/system/miniz_config.h"
|
||||||
#include "miniz/miniz.c"
|
#include "xrick/3rdparty/miniz/miniz.c"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* prototypes
|
* prototypes
|
||||||
|
|
|
@ -10,8 +10,7 @@
|
||||||
XRICKSRCDIR := $(APPSDIR)/plugins/xrick
|
XRICKSRCDIR := $(APPSDIR)/plugins/xrick
|
||||||
XRICKBUILDDIR := $(BUILDDIR)/apps/plugins/xrick
|
XRICKBUILDDIR := $(BUILDDIR)/apps/plugins/xrick
|
||||||
|
|
||||||
XRICKINCLUDES += -I$(XRICKSRCDIR)../ \
|
XRICKINCLUDES += -I$(XRICKSRCDIR)../
|
||||||
-I$(XRICKSRCDIR)/3rd_party
|
|
||||||
|
|
||||||
ROCKS += $(XRICKBUILDDIR)/xrick.rock
|
ROCKS += $(XRICKBUILDDIR)/xrick.rock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue