mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
AMIGAOS: Fix shaders install path
This commit is contained in:
parent
d48596b7ca
commit
cb8427dae4
@ -42,8 +42,8 @@ ifdef DIST_FILES_THEMES
|
||||
cp $(DIST_FILES_THEMES) $(AMIGAOSPATH)/themes
|
||||
endif
|
||||
ifneq ($(DIST_FILES_SHADERS),)
|
||||
makedir all $(AMIGAOSPATH)/shaders
|
||||
cp $(DIST_FILES_SHADERS) $(AMIGAOSPATH)/shaders
|
||||
makedir all $(AMIGAOSPATH)/extras/shaders
|
||||
cp $(DIST_FILES_SHADERS) $(AMIGAOSPATH)/extras/shaders
|
||||
endif
|
||||
# Strip and copy engine plugins.
|
||||
ifdef DYNAMIC_MODULES
|
||||
|
Loading…
Reference in New Issue
Block a user