Skip to content

Commit

Permalink
package windows mrb: add missing MRB_CORE definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 26, 2014
1 parent a1895a9 commit 5cf343d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vendor/mruby/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ AM_CPPFLAGS = \

if PLATFORM_WIN32
AM_CPPFLAGS += \
-DMRB_BUILD_AS_DLL
-DMRB_BUILD_AS_DLL \
-DMRB_CORE
endif

include sources.am
Expand Down

0 comments on commit 5cf343d

Please sign in to comment.