Skip to content

Commit

Permalink
link ole32 on windows too (libsoundio needs it)
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Jul 29, 2018
1 parent b289e75 commit 6e68f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mgit/bundle.sh
Expand Up @@ -19,7 +19,7 @@ BLUA_PREFIX=Blua_
BBIN_PREFIX=Bbin_

# note: only the mingw linker is smart to ommit dlibs that are not used.
DLIBS_mingw="gdi32 msimg32 opengl32 winmm ws2_32"
DLIBS_mingw="gdi32 msimg32 opengl32 winmm ws2_32 ole32"
DLIBS_linux="m dl"
DLIBS_osx=
FRAMEWORKS="ApplicationServices" # for OSX
Expand Down

0 comments on commit 6e68f0a

Please sign in to comment.