[buildcore] Fix lldb command to allow args

This commit is contained in:
Gary Talent 2022-02-17 21:31:56 -06:00
parent 00852fad5a
commit 1ceb76ee6d

View File

@ -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