Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasta-labsky authored Nov 2, 2024
1 parent a451f7c commit 36347e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cmake --build . --config Release
cmake --install . --prefix "C:/unicorn"
cd ../..
set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%:\unicorn\lib\pkgconfig
$env:PKG_CONFIG_PATH += 'C:\unicorn\lib\pkgconfig'
- name: Install Capstone on Windows
if: runner.os == 'Windows'
Expand All @@ -88,7 +88,7 @@ jobs:
cmake --build . --config Release
cmake --install . --prefix "C:/capstone"
cd ../..
set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%:\capstone\lib\pkgconfig
$env:PKG_CONFIG_PATH += 'C:\capstone\lib\pkgconfig'
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 36347e6

Please sign in to comment.