Makefile - Set GPERF for OS/2

h/t Elbert
This commit is contained in:
Bill Kendrick 2024-06-15 22:28:53 -07:00
parent 5696a948ba
commit 4505bc24fc

View file

@ -4,7 +4,7 @@
# Various contributors (see AUTHORS.txt)
# https://tuxpaint.org/
# June 14, 2002 - June 7, 2024
# June 14, 2002 - June 15, 2024
# The version number, for release:
@ -62,6 +62,7 @@ else
else
ifeq ($(SYSNAME),OS/2)
OS:=os2
GPERF:=/@unixroot/usr/bin/gperf.exe
else
OS:=linux
GPERF:=/usr/bin/gperf