3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

Fix PREFIX in makefile to accept environment variable, if set

This commit is contained in:
Dave Keeshan 2023-12-02 00:05:05 +00:00
parent f0f140c83c
commit 6e97cea07f

View file

@ -1,6 +1,6 @@
DESTDIR =
PREFIX = /usr/local
PREFIX ?= /usr/local
PROGRAM_PREFIX =
# On Windows, manually setting absolute path to Python binary may be required