Skip to content

Commit 958f149

Browse files
committedApr 16, 2015
litesata/test: fix PYTHONPATH
1 parent 68c465b commit 958f149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎misoclib/mem/litesata/test/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
MSCDIR = ../../
1+
MSCDIR = ../../../../
22
PYTHON = python3
33

4-
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
4+
CMD = PYTHONPATH=$(PYTHONPATH):$(MSCDIR) $(PYTHON)
55

66
CC=gcc
77
CFLAGS =-Wall -O0

0 commit comments

Comments
 (0)
Please sign in to comment.