herumi / bls

288 stars 132 forks source link

Fix link issue on windows :'cannot open file blsxxx.lib' #61

Closed amin-jabri closed 3 years ago

amin-jabri commented 3 years ago

On Windows creating blsxxx.dll fails:

LINK : fatal error LNK1104: cannot open file 'bls256.lib' [C:\source\repos\bls\build\bls256.vcxproj]
LINK : fatal error LNK1104: cannot open file 'bls384_256.lib' [C:\source\repos\bls\build\bls384_256.vcxproj]
LINK : fatal error LNK1104: cannot open file 'bls384.lib' [C:\source\repos\bls\build\bls384.vcxproj]

This PR seems to fix the problem.

herumi commented 3 years ago

Thank you!