Skip to content

Commit

Permalink
Fixed link error on Windows (missing winmm)
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-v committed Sep 25, 2016
1 parent 1f8a201 commit 0901b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if mingwCrossCompile:
plus4emuLibEnvironment.Append(
CPPPATH = [mingwPrefix + '/include/lua5.3'])
plus4emuLibEnvironment.Append(LIBS = ['comdlg32', 'comctl32', 'ole32',
'uuid', 'ws2_32', 'gdi32',
'uuid', 'ws2_32', 'winmm', 'gdi32',
'user32', 'kernel32'])
plus4emuLibEnvironment.Prepend(CCFLAGS = ['-mthreads'])
plus4emuLibEnvironment.Prepend(LINKFLAGS = ['-mthreads'])
Expand Down

0 comments on commit 0901b51

Please sign in to comment.