Skip to content

Commit

Permalink
Update DEF library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Feb 13, 2023
1 parent 7bdbd86 commit acf2bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mkdir mpv
mv include mpv
mv libmpv-2.dll mpv/mpv.dll
echo "LIBRARY MPV-1" > mpv.def.fixed
echo "LIBRARY MPV" > mpv.def.fixed
echo "EXPORTS" >> mpv.def.fixed
cat mpv.def >> mpv.def.fixed
mv mpv.def.fixed mpv.def
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
mkdir mpv
mv include mpv
mv libmpv-2.dll mpv/mpv.dll
echo "LIBRARY MPV-1" > mpv.def.fixed
echo "LIBRARY MPV" > mpv.def.fixed
echo "EXPORTS" >> mpv.def.fixed
cat mpv.def >> mpv.def.fixed
mv mpv.def.fixed mpv.def
Expand Down

0 comments on commit acf2bc9

Please sign in to comment.