Skip to content

Commit

Permalink
github: more
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 10, 2024
1 parent c2806d8 commit 5adfffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pkgin-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
(
cd build
env \
CFLAGS="-I${GITHUB_WORKSPACE}/pkgsrc/pkgtools/libnbcompat/files" \
CFLAGS="-DHAVE_NBCOMPAT_H=1 -I${GITHUB_WORKSPACE}/pkgsrc/pkgtools/libnbcompat/files" \
LDFLAGS="-L${GITHUB_WORKSPACE}/pkgsrc/pkgtools/libnbcompat/files -lnbcompat" \
../configure \
--prefix=/usr/local \
Expand Down

0 comments on commit 5adfffd

Please sign in to comment.