summaryrefslogtreecommitdiffstats
path: root/tools/android.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-11-11 13:14:05 +0100
committerGitHub <noreply@github.com>2022-11-11 13:14:05 +0100
commit10467e3062d173cb8f05e98dcd2cef93f0df1631 (patch)
treec31a814c28a71bc2013ef42d9b0b3905b594bc31 /tools/android.py
parentce3c08359a1aef24bc438ac1c7bb18f2820aed81 (diff)
parent6e7a24d390edd839dc43369a4d8aebd99e483d18 (diff)
downloadredot-cpp-10467e3062d173cb8f05e98dcd2cef93f0df1631.tar.gz
Merge pull request #913 from bruvzg/mac_android
Diffstat (limited to 'tools/android.py')
-rw-r--r--tools/android.py1
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