From 112a2bc026f48bf9453c2bb8766f730e8c0d1bc9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 24 Apr 2016 09:14:59 -0400 Subject: execution context: link mode: install mode: added -release semantics support. --- src/driver/slbt_driver_ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/driver') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index beb5122..1c6343f 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -809,6 +809,7 @@ int slbt_get_driver_ctx( case TAG_RELEASE: cctx.release = entry->arg; + cctx.drvflags |= SLBT_DRIVER_AVOID_VERSION; break; case TAG_EXPSYM_FILE: -- cgit v1.2.3