mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
Merge branch 'dh/runtime-prefix-on-zos'
Support for the RUNTIME_PREFIX feature has been added to z/OS port. * dh/runtime-prefix-on-zos: exec_cmd: RUNTIME_PREFIX on z/OS systems
This commit is contained in:
8
Makefile
8
Makefile
@@ -385,6 +385,10 @@ include shared.mak
|
||||
# supports calling _NSGetExecutablePath to retrieve the path of the running
|
||||
# executable.
|
||||
#
|
||||
# When using RUNTIME_PREFIX, define HAVE_ZOS_GET_EXECUTABLE_PATH if your platform
|
||||
# supports calling __getprogramdir and getprogname to retrieve the path of the
|
||||
# running executable.
|
||||
#
|
||||
# When using RUNTIME_PREFIX, define HAVE_WPGMPTR if your platform offers
|
||||
# the global variable _wpgmptr containing the absolute path of the current
|
||||
# executable (this is the case on Windows).
|
||||
@@ -2157,6 +2161,10 @@ ifdef HAVE_NS_GET_EXECUTABLE_PATH
|
||||
BASIC_CFLAGS += -DHAVE_NS_GET_EXECUTABLE_PATH
|
||||
endif
|
||||
|
||||
ifdef HAVE_ZOS_GET_EXECUTABLE_PATH
|
||||
BASIC_CFLAGS += -DHAVE_ZOS_GET_EXECUTABLE_PATH
|
||||
endif
|
||||
|
||||
ifdef HAVE_WPGMPTR
|
||||
BASIC_CFLAGS += -DHAVE_WPGMPTR
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user