mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 13:42:37 +00:00
AMIGAOS: Rename Ext_Inst_so.rexx to install_deps.rexx
This commit is contained in:
parent
248ab4ca15
commit
4b0c29e5db
@ -62,9 +62,9 @@ endif
|
||||
# AmigaOS installations, especially vanilla ones, won't have every
|
||||
# mandatory shared library in place, let alone the correct versions.
|
||||
# Extract and install compiled-in shared libraries to their own subdir.
|
||||
$(CP) ${srcdir}/dists/amigaos/Ext_Inst_so.rexx .
|
||||
rx Ext_Inst_so.rexx $(EXECUTABLE) $(AMIGAOSPATH)
|
||||
rm -f Ext_Inst_so.rexx
|
||||
$(CP) ${srcdir}/dists/amigaos/install_deps.rexx .
|
||||
rx install_deps.rexx $(EXECUTABLE) $(AMIGAOSPATH)
|
||||
rm -f install_deps.rexx
|
||||
endif
|
||||
ifdef DEBUG_BUILD
|
||||
# Preserve all debug information on debug builds
|
||||
|
Loading…
x
Reference in New Issue
Block a user