mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
This doesn't need ncurses headers installed in the target
This commit is contained in:
@@ -83,7 +83,7 @@ $(GDB_TARGET_DIR)/gdb/gdb: $(GDB_TARGET_DIR)/.configured
|
||||
$(TARGET_DIR)/usr/bin/gdb: $(GDB_TARGET_DIR)/gdb/gdb
|
||||
install -c $(GDB_TARGET_DIR)/gdb/gdb $(TARGET_DIR)/usr/bin/gdb
|
||||
|
||||
gdb_target: ncurses-headers $(TARGET_DIR)/usr/bin/gdb
|
||||
gdb_target: ncurses $(TARGET_DIR)/usr/bin/gdb
|
||||
|
||||
gdb_target-source: $(DL_DIR)/$(GDB_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user