Skip to content

Commit ba39182

Browse files
committed
fix packaging
1 parent bcafd6e commit ba39182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: make (windows)
6464
if: matrix.os == 'windows-latest'
65-
run: make PDBINPATH="$PDVERSION/bin" PDINCLUDEDIR="$PDVERSION/src" CFLAGS=-march=x86-64
65+
run: make pdbinpath="$PDVERSION/bin" PDINCLUDEDIR="$PDVERSION/src" CFLAGS=-march=x86-64
6666

6767
# ---- package ----
6868
- name: package (unix)

0 commit comments

Comments
 (0)