Skip to content

Commit 32a2fd7

Browse files
committed
Fix builds for TensorFlow Lite
1 parent f707412 commit 32a2fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow-lite/cppbuild.sh

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ case $PLATFORM in
104104
esac
105105

106106
"$CMAKE" $CMAKE_FLAGS -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=.. -DCMAKE_INSTALL_LIBDIR=lib -DTFLITE_C_BUILD_SHARED_LIBS=OFF ../tensorflow-$TENSORFLOW_VERSION/tensorflow/lite/c
107+
"$CMAKE" --build . --parallel $MAKEJ --target absl_log_internal_message
107108
"$CMAKE" --build . --parallel $MAKEJ
108109
#"$CMAKE" --install .
109110

0 commit comments

Comments
 (0)