[buildcore] Fix lldb command to allow args
This commit is contained in:
parent
00852fad5a
commit
1ceb76ee6d
2
deps/buildcore/base.mk
vendored
2
deps/buildcore/base.mk
vendored
@ -46,7 +46,7 @@ ifdef USE_VCPKG
|
||||
VCPKG_TOOLCHAIN=--toolchain=${VCPKG_DIR}/scripts/buildsystems/vcpkg.cmake
|
||||
endif
|
||||
ifeq ($(OS),darwin)
|
||||
DEBUGGER=lldb
|
||||
DEBUGGER=lldb --
|
||||
else
|
||||
DEBUGGER=gdb --args
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user