mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Doh! Fix missing line for gdbserver.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#Use GDB_DIR/etc values from gdb.mk
|
||||
#Build gdbserver in a dir outside of the main gdb tree
|
||||
GDB_WDIR:=$(BUILD_DIR)/gdbserver
|
||||
|
||||
|
||||
$(GDB_WDIR)/.configured: $(GDB_DIR)/.unpacked
|
||||
mkdir -p $(GDB_WDIR)
|
||||
|
||||
Reference in New Issue
Block a user