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

Merge pull request #254 from daxzio/prefix_fix

Fix PREFIX in makefile to accept environment variable, if set
This commit is contained in:
N. Engelhardt 2024-01-15 16:11:34 +01:00 committed by GitHub
commit 130aa37ed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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