You've already forked godot
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:
@@ -160,6 +160,7 @@ def configure(env):
|
||||
'libANGLE',
|
||||
'libEGL',
|
||||
'libGLESv2',
|
||||
'bcrypt',
|
||||
]
|
||||
env.Append(LINKFLAGS=[p + ".lib" for p in LIBS])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user