Skip to content

Commit

Permalink
libvplを正常にリンクできないエラーの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Jan 20, 2025
1 parent 1d68838 commit 04e2792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
cd ${{ github.workspace }}
git clone https://github.com/intel/libvpl.git --depth 1
cd libvpl
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/cmake_toolchainfile/${{ matrix.cpu_config.cpu }}.cmake" -DBUILD_EXPERIMENTAL=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/lsw" .
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/cmake_toolchainfile/${{ matrix.cpu_config.cpu }}.cmake" -DBUILD_EXPERIMENTAL=OFF -DBUILD_SHARED_LIBS=OFF -DCXX_LIB=-lstdc++ -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/lsw" .
cmake --build build -j$(nproc)
cmake --install build --prefix=${{ github.workspace }}/lsw
Expand Down

0 comments on commit 04e2792

Please sign in to comment.