mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Disable building i18n (icu)
This commit is contained in:
parent
e2fd504f6c
commit
a22a2f8880
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ module Libv8
|
|||
# Pass clang=1 to GYP as noted in wiki
|
||||
# https://code.google.com/p/v8/wiki/BuildingWithGYP#Clang_+_make
|
||||
flags << 'GYP_DEFINES="clang=1"' if @compiler.is_a? Compiler::Clang
|
||||
|
||||
# Disable i18n
|
||||
flags << 'i18nsupport=off'
|
||||
|
||||
# Solaris / Smart OS requires additional -G flag to use with -fPIC
|
||||
flags << "CFLAGS=-G" if @compiler.target =~ /solaris/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue