diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-21 10:40:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-21 10:40:59 +0100 |
| commit | 4009c017241f197a74fa2422bf1435ea56ee0903 (patch) | |
| tree | f9121a15b68354913e78ab1c0a17efab078ac0f7 /platform/uwp/detect.py | |
| parent | c291fc39ad6a9e072798311c0ba97c30cc8d24cb (diff) | |
| parent | dfef6f24d586663cb76d73145abc4a9bb7994df3 (diff) | |
Merge pull request #16865 from Faless/uwp_mbedtls_fixes
Fix mbedTLS and websocket module for UWP
Diffstat (limited to 'platform/uwp/detect.py')
| -rw-r--r-- | platform/uwp/detect.py | 1 |
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]) |