Skip to content

Commit

Permalink
Update MrbInternal.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka authored Aug 7, 2020
1 parent a909865 commit 1c07758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MrbInternal.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if flag?(:win32) %}
@[Link(ldflags: "#{__DIR__}/../build/mruby/lib/libmruby.lib -DMRB_INT64")]
@[Link(ldflags: "#{__DIR__}/../build/mruby/lib/libmruby.lib -DMRB_INT64 msvcrt.lib Ws2_32.lib")]
@[Link(ldflags: "#{__DIR__}/../build/glue/return_functions.obj -DMRB_INT64")]
@[Link(ldflags: "#{__DIR__}/../build/glue/data_helper.obj -DMRB_INT64")]
@[Link(ldflags: "#{__DIR__}/../build/glue/script_helper.obj -DMRB_INT64")]
Expand Down

0 comments on commit 1c07758

Please sign in to comment.