mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Disable intl modules in default
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
26af0cddc6
commit
30ae0db273
1 changed files with 2 additions and 2 deletions
|
|
@ -71,11 +71,11 @@ IF (ESCARGOT_SMALL_CONFIG)
|
|||
ENDIF()
|
||||
|
||||
IF (NOT DEFINED ESCARGOT_LIBICU_SUPPORT)
|
||||
SET (ESCARGOT_LIBICU_SUPPORT ON)
|
||||
SET (ESCARGOT_LIBICU_SUPPORT OFF)
|
||||
ENDIF()
|
||||
|
||||
IF (NOT DEFINED ESCARGOT_LIBICU_SUPPORT_WITH_DLOPEN)
|
||||
SET (ESCARGOT_LIBICU_SUPPORT_WITH_DLOPEN ON)
|
||||
SET (ESCARGOT_LIBICU_SUPPORT_WITH_DLOPEN OFF)
|
||||
ENDIF()
|
||||
|
||||
#######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue