do not use -lGL for android

This commit is contained in:
MoroccanMalinois 2017-02-24 16:29:35 +00:00
parent 2ca2376d45
commit a0fcf59348
No known key found for this signature in database
GPG key ID: A63BDCF76B8B38BD

View file

@ -216,9 +216,13 @@ linux {
-lboost_chrono \
-lboost_program_options \
-lssl \
-lcrypto \
-Wl,-Bdynamic \
-lGL
-lcrypto
if(!android) {
LIBS+= \
-Wl,-Bdynamic \
-lGL
}
# currently monero has an issue with "static" build and linunwind-dev,
# so we link libunwind-dev only for non-Ubuntu distros
CONFIG(libunwind_off) {