Skip to content

Commit

Permalink
Fix copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 15, 2024
1 parent 0795fb9 commit 127e30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependency "bindbc-loader" version="~>1.1.5"

targetPath "out/"

copyFiles "libs/win64/*" platform="windows-x64"
copyFiles "libs/win64/*" platform="windows-x86_64"
copyFiles "libs/win32/*" platform="windows-x86"
copyFiles "libs/osx/*" platform="osx"

0 comments on commit 127e30c

Please sign in to comment.