diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-30 12:40:16 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-30 12:40:16 -0700 |
commit | 592ed57d09f8f0913dae195e6e867884d11a2327 (patch) | |
tree | 6dd3a1d4a027a40e525484de68a34c6754f291b3 /linux | |
parent | 3d6a87ab1b43e4f4712e5456ccf91bdcbc15bb7e (diff) | |
download | qtlocation-mapboxgl-592ed57d09f8f0913dae195e6e867884d11a2327.tar.gz |
use more modern libpng version instead of the system-provided one and fix compile errors
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index 03a0c0aed7..57bd1171b2 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -38,7 +38,7 @@ 'OTHER_LDFLAGS': [ '<@(ldflags)' ], } }, { - 'ldflags': [ '<@(ldflags)' ], + 'libraries': [ '<@(ldflags)' ], }] ], 'dependencies': [ |