fix missing dlls in release
This commit is contained in:
parent
93775afe74
commit
1ad99f8129
1 changed files with 4 additions and 1 deletions
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
@ -32,7 +32,10 @@
|
|||
"-g",
|
||||
"${workspaceFolder}\\src\\main.cpp",
|
||||
"-o",
|
||||
"${workspaceFolder}\\build\\build.exe"
|
||||
"${workspaceFolder}\\build\\build.exe",
|
||||
"-static-libgcc",
|
||||
"-static-libstdc++",
|
||||
"-static"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}\\build\\"
|
||||
|
|
Reference in a new issue