This repository was archived by the owner on Jun 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ endif() # Windows
636
636
637
637
message (STATUS "Building for target: $ENV{TARGET} " )
638
638
639
- if ($ENV{TARGET} MATCHES ".*androideabi .*" )
639
+ if ($ENV{TARGET} MATCHES ".*android .*" )
640
640
add_definitions (-DSK_BUILD_FOR_ANDROID -DEGL_EGLEXT_PROTOTYPES )
641
641
include_directories (platform_tools/android/third_party/cpufeatures )
642
642
@@ -723,7 +723,7 @@ if($ENV{TARGET} MATCHES "(i686|x86_64)-.*")
723
723
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /arch:SSE2" )
724
724
endif ()
725
725
endif ()
726
- elseif ($ENV{TARGET} MATCHES "arm-.*" )
726
+ elseif ($ENV{TARGET} MATCHES "( arm|armv7) -.*" )
727
727
set (SKIA_SRC ${SKIA_SRC} ${SKIA_OPTS_ARM_NEON_SRC} )
728
728
add_definitions (-mfpu=neon -D__ARM_HAVE_OPTIONAL_NEON_SUPPORT )
729
729
# FIXME: Need more advanced detection of FP support
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " servo-skia"
4
- version = " 0.30000004.1 "
4
+ version = " 0.30000004.2 "
5
5
authors = [" The Skia Project Developers and The Servo Project Developers" ]
6
6
description = " 2D graphic library for drawing Text, Geometries, and Images"
7
7
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments