Skip to content

Commit 04356d3

Browse files
author
admin
committed
--ignore-externals
1 parent 920e358 commit 04356d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cbp2ndk/dist/cbp2ndk.zip

139 Bytes
Binary file not shown.

cbp2ndk/src/cbp2ndk-parse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void parse_ldflag(CbConf *pcnf, std::string & opt)
123123
{
124124
elabels lb;
125125

126-
if (!opt.compare(0U, 2, " -l"))
126+
if (string_begin(opt, " -l"))
127127
lb = elabels::LBL_LDLIBS;
128128
else
129129
lb = elabels::LBL_LDFLAG;

0 commit comments

Comments
 (0)