mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Merge pull request #397 from QuangNguyenMinh123/hotfix/Fix_fail_to_run_GDB
Fix fail to run gdb
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ target_compile_definitions(${PROJECT_NAME} PRIVATE
|
||||
# Handle default gdb binary name and location.
|
||||
# -DCONFIG_SEER_GDB_NAME=/app/bin/gdb
|
||||
if(NOT DEFINED CONFIG_SEER_GDB_NAME)
|
||||
set(CONFIG_SEER_GDB_NAME"/usr/bin/gdb")
|
||||
set(CONFIG_SEER_GDB_NAME "/usr/bin/gdb")
|
||||
endif()
|
||||
|
||||
target_compile_definitions(${PROJECT_NAME} PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user