No errors are in that file. After removing warnings, it seems there is a clash between crypto and dlib libraries:
duplicate symbol _RSA_free in:
/tmp/upload4333439115711551525/luasec/lib/osx/libcrypto.a(rsa_lib.o)
/var/extender/sdk/1e53d81a6306962b64381195f081d442d033ead1/defoldsdk/lib/x86_64-darwin/libdlib.a(rsa_2.o)
duplicate symbol _AES_cbc_encrypt in:
/var/extender/sdk/1e53d81a6306962b64381195f081d442d033ead1/defoldsdk/lib/x86_64-darwin/libdlib.a(aes_2.o)
/tmp/upload4333439115711551525/luasec/lib/osx/libcrypto.a(aes-x86_64.o)
ld: 2 duplicate symbols for architecture x86_64
Is there a way to exclude dlib? Or is it used by Defold anyway?
G.