Skip to content

Commit 2efcb77

Browse files
author
Necktrox
committed
Compile blowfish with -fPIC
1 parent 65c88d2 commit 2efcb77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/bcrypt/libs/blowfish/premake5.lua

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ project "blowfish"
66
targetname "blowfish"
77
targetprefix ""
88

9+
pic "On"
10+
911
vpaths {
1012
["Headers"] = "**.h",
1113
["Sources"] = { "**.c", "**.S" },

modules/bcrypt/premake5.lua

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ project "bcrypt"
1010
targetname "bcrypt"
1111
targetprefix "ml_"
1212

13-
pic "On"
14-
1513
vpaths {
1614
["Headers"] = "**.h",
1715
["Sources"] = "**.cpp"

0 commit comments

Comments
 (0)