Skip to content

Commit

Permalink
build.ymlの変更し忘れ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii committed May 18, 2022
1 parent 8204f75 commit 6511483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build ifheif
run: |
cd ${{ github.workspace }}
i686-w64-mingw32-g++ src/ifheif.c src/ifheif.def "-Wl,--dll,--enable-stdcall-fixup" -o ifheif.spi `PKG_CONFIG_PATH=${HOME}/dec/lib/pkgconfig i686-w64-mingw32-pkg-config --libs --cflags libheif libde265 dav1d` -static -shared
i686-w64-mingw32-g++ src/ifheif.cpp src/ifheif.def "-Wl,--dll,--enable-stdcall-fixup" -o ifheif.spi `PKG_CONFIG_PATH=${HOME}/dec/lib/pkgconfig i686-w64-mingw32-pkg-config --libs --cflags libheif libde265 dav1d` -static -shared
- name: Add License Files
run: |
Expand Down

0 comments on commit 6511483

Please sign in to comment.