Skip to content

Commit bd2c015

Browse files
committed
Fix -fPIC flag issue.
1 parent a14ede3 commit bd2c015

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/openvino-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
-DCMAKE_BUILD_TYPE=Release \
122122
-DBUILD_SHARED_LIBS=OFF \
123123
-DWHISPER_STATIC=ON \
124+
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
124125
-DOpenVINO_DIR="${{ env.OPENVINO_INSTALL_DIR }}/runtime/cmake" \
125126
-DCMAKE_PREFIX_PATH="${{ env.OPENVINO_INSTALL_DIR }}/runtime/cmake"
126127

0 commit comments

Comments
 (0)