From: JongHeon Choi Date: Mon, 31 Oct 2016 04:09:32 +0000 (+0900) Subject: Add the -export-dynamic flags to the link options for the main executable X-Git-Tag: submit/tizen/20161031.061313~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efd29278c78e67440d5dd8be63f04911e70e113a;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Add the -export-dynamic flags to the link options for the main executable --- diff --git a/runtime/runtime.gyp b/runtime/runtime.gyp index 380215250..a818470a1 100755 --- a/runtime/runtime.gyp +++ b/runtime/runtime.gyp @@ -48,6 +48,7 @@ ], 'ldflags': [ '-pie', + '-export-dynamic', ], 'variables': { 'packages': [