mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-09-10 18:56:30 +02:00
rename DPPAsExternalProject to DPPStaticBundle
- remove potential DPP AVX dependency
This commit is contained in:
parent
0dfb2cebe9
commit
de121beaac
4 changed files with 6 additions and 5 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Cloning
|
||||
uses: actions/checkout@v4
|
||||
- name: Configure CMake
|
||||
run: cmake -B dtranslatebot-build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_EXE_LINKER_FLAGS="-static -lc++" -DWITH_DPP_AS_EXTERNAL_PROJECT=TRUE -GNinja
|
||||
run: cmake -B dtranslatebot-build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_EXE_LINKER_FLAGS="-static -lc++" -DWITH_DPP_STATIC_BUNDLE=TRUE -GNinja
|
||||
- name: Download and build OpenSSL
|
||||
run: cmake --build dtranslatebot-build --config ${{env.BUILD_TYPE}} --target OpenSSL
|
||||
- name: Download and build zlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue