From: uz Date: Sun, 4 Oct 2009 18:52:27 +0000 (+0000) Subject: Must link libdl to use dynamic libraries. X-Git-Tag: V2.13.1~191 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8348f62114fbbdc479bded6add23eaa8c4274cfe;p=cc65 Must link libdl to use dynamic libraries. git-svn-id: svn://svn.cc65.org/cc65/trunk@4328 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/sim65/make/gcc.mak b/src/sim65/make/gcc.mak index 7aa04e7de..0372431ef 100644 --- a/src/sim65/make/gcc.mak +++ b/src/sim65/make/gcc.mak @@ -15,7 +15,7 @@ CC = gcc CFLAGS = -g -O2 -Wall -W -std=c89 override CFLAGS += -I$(COMMON) EBIND = emxbind -LDFLAGS = +LDFLAGS = -ldl # -----------------------------------------------------------------------------