We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b5047 commit 34c9b0dCopy full SHA for 34c9b0d
third_party/onnxruntime.BUILD
@@ -269,8 +269,8 @@ cmake(
269
"libonnxruntime_lora.a",
270
"libonnxruntime_mlas.a",
271
"libonnxruntime_optimizer.a",
272
- "libonnxruntime_session.a",
273
"libonnxruntime_providers.a",
+ "libonnxruntime_session.a",
274
"libonnxruntime_util.a",
275
# "libortcustomops.a",
276
# "libocos_operators.a",
@@ -366,7 +366,7 @@ cmake(
366
cc_library(
367
name = "onnxruntime_lib",
368
linkopts = select({
369
- "@platforms//os:linux": ["-static-libstdc++", "-static-libgcc"],
+ # "@platforms//os:linux": ["-static-libstdc++", "-static-libgcc"],
370
"//conditions:default": [],
371
}),
372
deps = [
0 commit comments