Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Bash doesn't like sourcing a filename with a tilde in it
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhitby committed Feb 20, 2022
1 parent b7870e3 commit 16a66e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = blinky
PREFIX ?= ~/opt
PREFIX ?= ${HOME}/opt
DB_DIR = ${PREFIX}/nextpnr/prjxray-db
CHIPDB_DIR = ${PREFIX}/nextpnr/xilinx-chipdb
XRAY_DIR ?= ${PREFIX}/prjxray
Expand Down

0 comments on commit 16a66e6

Please sign in to comment.