[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
|
VCPKG_TOOLCHAIN=--toolchain=${VCPKG_DIR}/scripts/buildsystems/vcpkg.cmake
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS),darwin)
|
ifeq ($(OS),darwin)
|
||||||
DEBUGGER=lldb
|
DEBUGGER=lldb --
|
||||||
else
|
else
|
||||||
DEBUGGER=gdb --args
|
DEBUGGER=gdb --args
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user