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