mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
Fix path for engine data.
svn-id: r30303
This commit is contained in:
parent
cebeeb5d66
commit
94d5c845bf
@ -196,6 +196,6 @@ endif
|
|||||||
ifndef DISABLE_SKY
|
ifndef DISABLE_SKY
|
||||||
DIST_FILES_ENGINEDATA+=sky.cpt
|
DIST_FILES_ENGINEDATA+=sky.cpt
|
||||||
endif
|
endif
|
||||||
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dist/engine-data/,$(DIST_FILES_ENGINEDATA))
|
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
|
||||||
|
|
||||||
.PHONY: all clean distclean plugins dist-src
|
.PHONY: all clean distclean plugins dist-src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user