Skip to content

Commit fc1347e

Browse files
committed
Fixing library name in JavaCPP generator.
1 parent 37275db commit fc1347e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tensorflow-core/tensorflow-core-native/src/main/java/org/tensorflow/internal/c_api/presets

tensorflow-core/tensorflow-core-native/src/main/java/org/tensorflow/internal/c_api/presets/tensorflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
resource = {"LICENSE", "THIRD_PARTY_TF_JNI_LICENSES"}),
7070
@Platform(
7171
value = {"linux-arm64"},
72-
link = {"tensorflow_cc@.2", "tensorflow_framework@.2", "omp-6196b3b5@.5"}),
72+
link = {"tensorflow_cc@.2", "tensorflow_framework@.2", "omp-f1025659@.5"}),
7373
@Platform(
7474
value = "windows",
7575
preload = {

0 commit comments

Comments
 (0)