Skip to content

Commit

Permalink
litesata/test: fix PYTHONPATH
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 16, 2015
1 parent 68c465b commit 958f149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misoclib/mem/litesata/test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MSCDIR = ../../
MSCDIR = ../../../../
PYTHON = python3

CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
CMD = PYTHONPATH=$(PYTHONPATH):$(MSCDIR) $(PYTHON)

CC=gcc
CFLAGS =-Wall -O0

0 comments on commit 958f149

Please sign in to comment.