Skip to content

Commit

Permalink
update msgpack library name
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanetto committed Apr 1, 2016
1 parent e746dfc commit 7ca7037
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 @@ -16,7 +16,7 @@ except OSError:
env.Append(
CCFLAGS=['-std=c++11', '-stdlib=libc++', '-g', '-Wno-deprecated-register'],
CPPPATH=['build'],
LIBS=['c++', 'msgpack'],
LIBS=['c++', 'msgpackc'],
FRAMEWORKS=['Cocoa', 'Carbon']
)

Expand Down

0 comments on commit 7ca7037

Please sign in to comment.