current working directory when running the inferior. Radar filed:
# rdar://problem/9056462
# The process launch flag '-w' for setting the current working directory not working?
llvm-svn: 126529
8 lines
105 B
Makefile
8 lines
105 B
Makefile
LEVEL = ../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
#CXX_SOURCES := print-cwd.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|