Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit674ccff

Browse files
committed
Let inline wrapper libraries link to bound libraries
1 parentb7e6c1f commit674ccff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎src/context.jl‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,21 +269,15 @@ function configure!(ctx::Context)
269269
if ctx.args[ind]=="-L"
270270
if ind<length(ctx.args)
271271
push!(libpaths, ctx.args[ind+1])
272-
ctx.args[ind]=""
273-
ctx.args[ind+1]=""
274272
end
275273
elseif ctx.args[ind]=="-l"
276274
if ind<length(ctx.args)
277275
push!(libs, ctx.args[ind+1])
278-
ctx.args[ind]=""
279-
ctx.args[ind+1]=""
280-
end
276+
end
281277
elseifstartswith(ctx.args[ind],"-L")
282278
push!(libpaths, ctx.args[ind][3:end])
283-
ctx.args[ind]=""
284279
elseifstartswith(ctx.args[ind],"-l")
285280
push!(libs, ctx.args[ind][3:end])
286-
ctx.args[ind]=""
287281
end
288282
end
289283

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp