Skip to content

Commit 9457984

Browse files
author
José Valim
committed
Move unicode from priv/ to unicode/
1 parent e0c312b commit 9457984

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ $(KERNEL): lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex
6666
$(Q) cd lib/elixir && $(REBAR) compile
6767

6868
unicode: $(UNICODE)
69-
$(UNICODE): lib/elixir/priv/unicode.ex lib/elixir/priv/UnicodeData.txt lib/elixir/priv/GraphemeBreakProperty.txt
69+
$(UNICODE): lib/elixir/unicode/unicode.ex lib/elixir/unicode/UnicodeData.txt lib/elixir/unicode/GraphemeBreakProperty.txt
7070
@ echo "==> unicode (compile)";
7171
@ echo "This step can take up to a minute to compile in order to embed the Unicode database"
72-
$(Q) $(ELIXIRC) lib/elixir/priv/unicode.ex -o lib/elixir/ebin --no-debug-info;
72+
$(Q) $(ELIXIRC) lib/elixir/unicode/unicode.ex -o lib/elixir/ebin --no-debug-info;
7373

7474
$(eval $(call APP_TEMPLATE,ex_unit,ExUnit))
7575
$(eval $(call APP_TEMPLATE,eex,EEx))
File renamed without changes.

0 commit comments

Comments
 (0)