From 794664363ccac81b6d25ae3f3f7a516790d77147 Mon Sep 17 00:00:00 2001 From: felsabbagh3 Date: Sat, 16 May 2020 18:02:37 -0700 Subject: [PATCH] Commented rtlsim dynamiclib for mac --- driver/rtlsim/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/driver/rtlsim/Makefile b/driver/rtlsim/Makefile index b1521078..85243412 100644 --- a/driver/rtlsim/Makefile +++ b/driver/rtlsim/Makefile @@ -21,6 +21,7 @@ CFLAGS += -fPIC CFLAGS += -DUSE_RTLSIM $(MULTICORE) LDFLAGS += -shared -pthread +# LDFLAGS += -dynamiclib -pthread SRCS = vortex.cpp ../common/vx_utils.cpp ../../hw/simulate/simulator.cpp @@ -46,6 +47,7 @@ else endif PROJECT = libvortex.so +# PROJECT = libvortex.dylib all: $(PROJECT)