Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Always build ScaledFontDWrite for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuk committed Aug 11, 2016
1 parent 8c86403 commit 481d121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Expand Up @@ -152,12 +152,9 @@ if(WIN32)
SourceSurfaceD2D.cpp
SourceSurfaceD2DTarget.cpp
ScaledFontWin.cpp
ScaledFontDWrite.cpp
PathD2D.cpp
)

if(WINDOWS_USE_DIRECTWRITE)
set(LIBAZURE_PLATFORM_SRC ${LIBAZURE_PLATFORM_SRC} libazure/ScaledFontDWrite.cpp)
endif()
endif()

if(ENV{TARGET} MATCHES androideabi)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "azure"
version = "0.6.1"
version = "0.6.2"
authors = ["The Servo Project Developers"]
documentation = "http://doc.servo.org/azure/"

Expand Down

0 comments on commit 481d121

Please sign in to comment.