diff options
Diffstat (limited to 'tools/android.py')
-rw-r--r-- | tools/android.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android.py b/tools/android.py index 720ff2d..b9077f5 100644 --- a/tools/android.py +++ b/tools/android.py @@ -53,6 +53,7 @@ def generate(env): toolchain += "linux-x86_64" elif sys.platform == "darwin": toolchain += "darwin-x86_64" + env.Append(LINKFLAGS=["-shared"]) env.PrependENVPath("PATH", toolchain + "/bin") # This does nothing half of the time, but we'll put it here anyways # Get architecture info |