Skip to content

Commit

Permalink
Compile blowfish with -fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
Necktrox committed Sep 28, 2016
1 parent 65c88d2 commit 2efcb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/bcrypt/libs/blowfish/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ project "blowfish"
targetname "blowfish"
targetprefix ""

pic "On"

vpaths {
["Headers"] = "**.h",
["Sources"] = { "**.c", "**.S" },
Expand Down
2 changes: 0 additions & 2 deletions modules/bcrypt/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ project "bcrypt"
targetname "bcrypt"
targetprefix "ml_"

pic "On"

vpaths {
["Headers"] = "**.h",
["Sources"] = "**.cpp"
Expand Down

0 comments on commit 2efcb77

Please sign in to comment.