Skip to content

Commit dbf92c5

Browse files
committed
Removing linux custom linkopts
1 parent f2e0885 commit dbf92c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/onnxruntime.BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ cmake(
269269
"libonnxruntime_lora.a",
270270
"libonnxruntime_mlas.a",
271271
"libonnxruntime_optimizer.a",
272-
"libonnxruntime_session.a",
273272
"libonnxruntime_providers.a",
273+
"libonnxruntime_session.a",
274274
"libonnxruntime_util.a",
275275
# "libortcustomops.a",
276276
# "libocos_operators.a",
@@ -366,7 +366,7 @@ cmake(
366366
cc_library(
367367
name = "onnxruntime_lib",
368368
linkopts = select({
369-
"@platforms//os:linux": ["-static-libstdc++", "-static-libgcc"],
369+
# "@platforms//os:linux": ["-static-libstdc++", "-static-libgcc"],
370370
"//conditions:default": [],
371371
}),
372372
deps = [

0 commit comments

Comments
 (0)