mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-29 08:25:51 +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:
commit
130aa37ed1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue