Update gtk47

This commit is contained in:
daleclack 2021-03-04 15:34:38 +08:00
parent 9120a04113
commit d8810c8838
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"name": "g++ - Build and debug active file", "name": "g++ - Build and debug active file",
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/bin/gtk46", "program": "${workspaceFolder}/bin/gtk47",
"args": [], "args": [],
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",

View File

@ -8,7 +8,7 @@
"-g", "-g",
"src/*.cpp", "src/*.cpp",
"-o", "-o",
"${workspaceFolder}/bin/gtk46", "${workspaceFolder}/bin/gtk47",
"-pthread", "-pthread",
//For Arm64 linux //For Arm64 linux
/* /*