summaryrefslogtreecommitdiff
path: root/platform/uwp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-02-20 10:08:17 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-02-20 17:42:16 +0100
commitd29488ee9b86d7edb48771c059173ae4c3ae7421 (patch)
treefb65aef3e51e805a3bf135b80404af654a6306ae /platform/uwp
parenta929a5aea5f6d4582b845ba6b3fd6e776c5ad7fb (diff)
Link bcrypt lib in window and UWP
Diffstat (limited to 'platform/uwp')
-rw-r--r--platform/uwp/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py
index 7cc8afff06..f2c5c5d42e 100644
--- a/platform/uwp/detect.py
+++ b/platform/uwp/detect.py
@@ -160,6 +160,7 @@ def configure(env):
'libANGLE',
'libEGL',
'libGLESv2',
+ 'bcrypt',
]
env.Append(LINKFLAGS=[p + ".lib" for p in LIBS])