build: Remove extra whitespace after python library name
This commit is contained in:
parent
8ecd04cf5c
commit
7405302a15
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user