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",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/bin/gtk46",
"program": "${workspaceFolder}/bin/gtk47",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",

View File

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