1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Link bcrypt lib in window and UWP

This commit is contained in:
Fabio Alessandrelli
2018-02-20 10:08:17 +01:00
parent a929a5aea5
commit d29488ee9b
2 changed files with 3 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ def configure(env):
'libANGLE',
'libEGL',
'libGLESv2',
'bcrypt',
]
env.Append(LINKFLAGS=[p + ".lib" for p in LIBS])