From e5604d575f62501726de79d6a0c620206f376eb7 Mon Sep 17 00:00:00 2001 From: Adam Powers Date: Thu, 27 Aug 2020 21:37:16 -0700 Subject: [PATCH] fix undefined symbol in nhlib --- src/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.c b/src/version.c index 049b92137..7645969d4 100644 --- a/src/version.c +++ b/src/version.c @@ -265,7 +265,7 @@ boolean pastebuf; raw_printf("%s", buf2); if (pastebuf) { -#ifdef RUNTIME_PASTEBUF_SUPPORT +#if defined(RUNTIME_PASTEBUF_SUPPORT) && !defined(LIBNH) /* * Call a platform/port-specific routine to insert the * version information into a paste buffer. Useful for