From ddf6bab23675e6febe7b94a27d53d10b56577195 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 4 Feb 2020 19:15:36 -0800 Subject: [PATCH] fix executable linking --- pyIocApp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pyIocApp/Makefile b/pyIocApp/Makefile index cab887f..198e833 100644 --- a/pyIocApp/Makefile +++ b/pyIocApp/Makefile @@ -42,6 +42,7 @@ softIocPy_DBD += pyDevSup.dbd softIocPy_DBD += system.dbd softIocPy$(PY_VER)_LIBS += pyDevSup$(PY_LD_VER) +softIocPy$(PY_VER)_SYS_LIBS += python$(PY_LD_VER) # softIocPy_registerRecordDeviceDriver.cpp derives from softIocPy.dbd softIocPy$(PY_VER)_SRCS += softIocPy_registerRecordDeviceDriver.cpp