Commit 9ad6f160ef32bc22a695a9909a865c9b70936bbc
1 parent
89ccf4a5
Exists in
master
and in
17 other branches
Simplify libicu configure step
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/software/libicu.rb
@@ -13,7 +13,7 @@ env = { | @@ -13,7 +13,7 @@ env = { | ||
13 | } | 13 | } |
14 | 14 | ||
15 | build do | 15 | build do |
16 | - command ["alias gmake=make; ./runConfigureICU", | 16 | + command ["./runConfigureICU", |
17 | "Linux/gcc", | 17 | "Linux/gcc", |
18 | "--prefix=#{install_dir}/embedded", | 18 | "--prefix=#{install_dir}/embedded", |
19 | ].join(" "), :env => env | 19 | ].join(" "), :env => env |