Update gtk50
This commit is contained in:
parent
6c4ca77cec
commit
d6ce14eec9
|
@ -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}",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"-g",
|
||||
"src/*.cpp",
|
||||
"-o",
|
||||
"${workspaceFolder}/bin/gtk49",
|
||||
"${workspaceFolder}/bin/gtk50",
|
||||
"-pthread",
|
||||
//For Arm64 linux
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue