1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

makefile: Make compile time Android Version visible in SHOW VERSION output

This commit is contained in:
Mark Pizzolato
2018-05-10 21:55:15 -07:00
parent c1894a7ddb
commit cb53ddbc12
2 changed files with 9 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
else
ifeq (Linux,$(OSTYPE))
ifeq (Android,$(shell uname -o))
OS_CCDEFS += -D__ANDROID_API__=$(shell getprop ro.build.version.sdk)
OS_CCDEFS += -D__ANDROID_API__=$(shell getprop ro.build.version.sdk) -DSIM_BUILD_OS=" On Android Version $(shell getprop ro.build.version.release)"
endif
ifneq (lib,$(findstring lib,$(UNSUPPORTED_BUILD)))
ifeq (Android,$(shell uname -o))