We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c88d2 commit 2efcb77Copy full SHA for 2efcb77
modules/bcrypt/libs/blowfish/premake5.lua
@@ -6,6 +6,8 @@ project "blowfish"
6
targetname "blowfish"
7
targetprefix ""
8
9
+ pic "On"
10
+
11
vpaths {
12
["Headers"] = "**.h",
13
["Sources"] = { "**.c", "**.S" },
modules/bcrypt/premake5.lua
@@ -10,8 +10,6 @@ project "bcrypt"
targetname "bcrypt"
targetprefix "ml_"
- pic "On"
14
-
15
16
17
["Sources"] = "**.cpp"
0 commit comments