Build: Fix the backend data dir

This commit is contained in:
Solomon Peachy 2020-01-27 13:24:03 -05:00
parent de32543269
commit 3db7884623
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ endif
ifneq (,$(findstring mingw,$(CC)))
BACKEND_DATA_DIR ?= backend_data
else
BACKEND_DATA_DIR ?= $(GP_PREFIX)/share/gutenprint/backend_data
endif
# Figure out what the backend name needs to be