Skip to content

Commit 31b740c

Browse files
committed
Windows compile fix
1 parent 050c547 commit 31b740c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ workspace "MTASA"
3333
}
3434

3535
-- I know linking bcrypt here is ugly, but SharedUtil depends on it, thus it's required everywhere
36-
links { "bcrypt" }
36+
links { "blowfish_bcrypt" }
3737

3838
defines {
3939
"_CRT_SECURE_NO_WARNINGS",

vendor/bcrypt/premake5.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
project "bcrypt"
1+
project "blowfish_bcrypt"
22
language "C++"
33
kind "StaticLib"
4-
targetname "bcrypt"
4+
targetname "blowfish_bcrypt"
55

66
vpaths {
77
["Headers/*"] = "*.h",

0 commit comments

Comments
 (0)