mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
14 lines
414 B
Diff
14 lines
414 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -11,8 +11,8 @@
|
|
COMMON_HDR = $(SRC_COMMON)ascii.h $(SRC_COMMON)cpu.h $(SRC_COMMON)udev.h $(SRC_COMMON)printer.h $(SRC_COMMON)args.h $(SRC_COMMON)global.h
|
|
|
|
ifneq ($(OS),Windows_NT)
|
|
- GIT_VERSION := "$(shell git describe --abbrev=4 --dirty --always --tags)"
|
|
- arch := $(shell uname -m)
|
|
+ GIT_VERSION := ""
|
|
+ arch := ${TERMUX_ARCH}
|
|
os := $(shell uname -s)
|
|
|
|
ifeq ($(os), Linux)
|