From 8b3cd11c39257829b8edb8eff45a85008de612cb Mon Sep 17 00:00:00 2001 From: MaksymAtNimagna <88328636+MaksymAtNimagna@users.noreply.github.com> Date: Tue, 4 Jan 2022 11:45:31 +0100 Subject: [PATCH] Update mediapipe/pose_tracking_dll/BUILD Co-authored-by: Xavier Valls --- mediapipe/pose_tracking_dll/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/pose_tracking_dll/BUILD b/mediapipe/pose_tracking_dll/BUILD index 98b5f9dc9..9e2df0b7d 100644 --- a/mediapipe/pose_tracking_dll/BUILD +++ b/mediapipe/pose_tracking_dll/BUILD @@ -22,7 +22,7 @@ windows_dll_library( name = "pose_tracking_lib", srcs = ["pose_tracking.cpp"], hdrs = ["pose_tracking.h"], - # Define COMPILING_DLL to export symbols during compiling the DLL. + # Define COMPILING_DLL to export symbols during the DLL compilation. copts = ["-DCOMPILING_DLL"], deps = [ "//mediapipe/framework:calculator_framework",