Update gtk50

This commit is contained in:
daleclack 2021-03-20 13:04:30 +08:00
parent 6c4ca77cec
commit d6ce14eec9
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/gtk49",
"program": "${workspaceFolder}/bin/gtk50",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",

View File

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