Makefile - Set GPERF for OS/2
h/t Elbert
This commit is contained in:
parent
5696a948ba
commit
4505bc24fc
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue