diff options
author | midipix <writeonce@midipix.org> | 2016-04-20 20:28:28 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-20 20:28:28 -0400 |
commit | 62b4bbde0e3311bbd5d06e0c9dcecd7834f14443 (patch) | |
tree | 95d037dff0c64e0a4d1ed6a1cdca40c196789f00 /src/driver/slbt_driver_ctx.c | |
parent | 3d89b847193591672edc2e1908770ea0c43a66de (diff) | |
download | slibtool-62b4bbde0e3311bbd5d06e0c9dcecd7834f14443.tar.bz2 slibtool-62b4bbde0e3311bbd5d06e0c9dcecd7834f14443.tar.xz |
driver: added --tag=NASM support.
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 3a3aaea..97248c8 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -699,6 +699,9 @@ int slbt_get_driver_ctx( else if (!strcmp("CXX",entry->arg)) cctx.tag = SLBT_TAG_CXX; + + else if (!strcmp("NASM",entry->arg)) + cctx.tag = SLBT_TAG_NASM; break; case TAG_CONFIG: |