Skip to content

Commit

Permalink
Patch to allow Windows to link with ICU.
Browse files Browse the repository at this point in the history
Patch courtesy François Perrad <francois.perrad@gadz.org>.
  • Loading branch information
pmichaud committed Aug 20, 2009
1 parent 48f6de1 commit e0820fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -38,7 +38,7 @@ OPS2C = $(PERL) $(PARROT_TOOLS_DIR)/build/ops2c.pl
PMC2C = $(PERL) $(PARROT_TOOLS_DIR)/build/pmc2c.pl
PMC2C_INCLUDES = --include src/pmc --include $(PARROT_SRC_DIR) --include $(PARROT_SRC_DIR)/pmc
CINCLUDES = -I$(PARROT_INCLUDE_DIR) -I$(PARROT_INCLUDE_DIR)/pmc
LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT) @libs@
LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT) @libs@ @icu_shared@

# rakudo directories
DYNEXT_DIR = dynext
Expand Down

0 comments on commit e0820fa

Please sign in to comment.