diff options
Diffstat (limited to 'third_party/harfbuzz/harfbuzz.gyp')
-rw-r--r-- | third_party/harfbuzz/harfbuzz.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/harfbuzz/harfbuzz.gyp b/third_party/harfbuzz/harfbuzz.gyp index 5e98ddb..9d5b408 100644 --- a/third_party/harfbuzz/harfbuzz.gyp +++ b/third_party/harfbuzz/harfbuzz.gyp @@ -12,7 +12,7 @@ 'targets': [ { 'target_name': 'harfbuzz', - 'type': 'static_library', + 'type': '<(library)', 'sources': [ 'src/harfbuzz-buffer.c', 'src/harfbuzz-stream.c', @@ -46,7 +46,7 @@ }, { 'target_name': 'harfbuzz_interface', - 'type': 'static_library', + 'type': '<(library)', 'sources': [ 'contrib/harfbuzz-freetype.c', 'contrib/harfbuzz-unicode.c', |