1
0
mirror of synced 2025-01-18 00:56:49 +01:00

build: Remove extra whitespace after python library name

This commit is contained in:
WerWolv 2021-06-07 22:42:56 +02:00 committed by GitHub
parent 8ecd04cf5c
commit 7405302a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,8 +53,6 @@ jobs:
run:
shell: msys2 {0}
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: 🧰 Checkout
uses: actions/checkout@v2
with:
@ -71,7 +69,7 @@ jobs:
mkdir build
cd build
# Get path to mingw python library
PYTHON_LIB_NAME=$(pkg-config --libs-only-l python3 | sed 's/^-l//')
PYTHON_LIB_NAME=$(pkg-config --libs-only-l python3 | sed 's/^-l//' | sed 's/ //')
PYTHON_LIB_PATH=$(cygpath -m $(which lib${PYTHON_LIB_NAME}.dll))
# Get path to magic db