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