diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-01-29 18:03:56 -0500 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:09 +0100 |
commit | 9f8ddf2930def65252a28db5cfd7671d7406e3cf (patch) | |
tree | a1669c24f640dcdeb9e737affb977abcd5d4885a /Makefile | |
parent | 29baacf3a5bb773d94d08d16b81c3cda45a44eb6 (diff) | |
download | qtlocation-mapboxgl-9f8ddf2930def65252a28db5cfd7671d7406e3cf.tar.gz |
define install_prefix in CONFIG_STRING
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ CONFIG_STRING += -Dplatform_lib=$(PLATFORM) CONFIG_STRING += -Dasset_lib=$(ASSET) CONFIG_STRING += -Dhttp_lib=$(HTTP) CONFIG_STRING += -Dcache_lib=$(CACHE) +CONFIG_STRING += -Dinstall_prefix=$(PREFIX) CONFIG_STRING += --depth=. CONFIG_STRING += -Goutput_dir=.. |