Skip to content

Commit

Permalink
Corrected environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 1, 2023
1 parent 0b0bfc0 commit a65735c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defaults:
run:
shell: msys2 -l {0}
env:
LD_LIBRARY_PATH: /usr/local/lib
PKG_CONFIG_PATH: /usr/local/share/pkgconfig
LD_LIBRARY_PATH: "C:/Program Files (x86)/hdrbg/bin"
PKG_CONFIG_PATH: "C:/Program Files (x86)/hdrbg/share/pkgconfig"

jobs:
c:
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.18)
cmake_policy(SET CMP0048 NEW)
project(hdrbg LANGUAGES C VERSION 1.0.0 DESCRIPTION "C implementation of Hash DRBG")
include(GNUInstallDirs)
message(${CMAKE_SYSTEM_NAME})

set(CMAKE_C_EXTENSIONS OFF)
set(CMAKE_C_STANDARD 17)
Expand Down

0 comments on commit a65735c

Please sign in to comment.