Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lldb/test/API/commands/settings/use_source_cache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ include Makefile.rules
# Copy file into the build folder to enable the test to modify it.
main-copy.cpp: main.cpp
cp -f $< $@
ifneq "$(OS)" "Windows_NT" # chmod is not available on Windows
chmod u+w $@
endif
Loading