From 1895cf91afb45ab16c280dd52b1d802d154864f0 Mon Sep 17 00:00:00 2001 From: Damien <damien.p.george@gmail.com> Date: Sun, 17 Nov 2013 13:20:13 +0000 Subject: [PATCH] Link showbc.o in unix version. --- unix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/Makefile b/unix/Makefile index 11efc6259..5b2628221 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -30,6 +30,7 @@ PY_O = \ emitinlinethumb.o \ runtime.o \ vm.o \ + showbc.o \ repl.o \ OBJ = $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(PY_O)) -- GitLab