Skip to content

Commit

Permalink
Fix Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthaTi committed Sep 24, 2024
1 parent 10dbd2c commit 7d2e4e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
{
"name": "dynamic",
"targetType": "dynamicLibrary"
"targetType": "dynamicLibrary",
"dflags-windows": [
"-dllimport=all",
"-visibility=public"
]
},
{
"libs": [
Expand Down

0 comments on commit 7d2e4e3

Please sign in to comment.