mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
BUILD: Add HOSTEXEPRE as prefix for EXECUTABLE
the android port needs to link a shared object for scummvm
This commit is contained in:
parent
0da6b15539
commit
ae25d185d5
2
Makefile
2
Makefile
@ -76,7 +76,7 @@ ZIP ?= zip -q
|
||||
# Misc stuff - you should never have to edit this #
|
||||
#######################################################################
|
||||
|
||||
EXECUTABLE := scummvm$(EXEEXT)
|
||||
EXECUTABLE := $(EXEPRE)scummvm$(EXEEXT)
|
||||
|
||||
include $(srcdir)/Makefile.common
|
||||
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1184,6 +1184,7 @@ fi
|
||||
# Determine extension used for executables
|
||||
#
|
||||
get_system_exe_extension $_host_os
|
||||
HOSTEXEPRE=
|
||||
HOSTEXEEXT=$_exeext
|
||||
|
||||
#
|
||||
@ -3222,6 +3223,7 @@ STATICLIBPATH=$_staticlibpath
|
||||
BACKEND := $_backend
|
||||
MODULES += $MODULES
|
||||
MODULE_DIRS += $MODULE_DIRS
|
||||
EXEPRE := $HOSTEXEPRE
|
||||
EXEEXT := $HOSTEXEEXT
|
||||
NASM := $NASM
|
||||
NASMFLAGS := $NASMFLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user