Skip to content

Commit 6cf0717

Browse files
committed
Set shared library name for tf2-alpha
1 parent 3e3138f commit 6cf0717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ TF_SHAREDLIB=( $(python -c 'import tensorflow as tf; print(tf.sysconfig.get_link
4848

4949
write_action_env_to_bazelrc "TF_HEADER_DIR" ${TF_CFLAGS:2}
5050
write_action_env_to_bazelrc "TF_SHARED_LIBRARY_DIR" ${TF_LFLAGS:2}
51-
write_action_env_to_bazelrc "TF_SHARED_LIBRARY_NAME" ${TF_SHAREDLIB:3}
51+
write_action_env_to_bazelrc "TF_SHARED_LIBRARY_NAME" "libtensorflow_framework.so"

0 commit comments

Comments
 (0)