explan the comment

This commit is contained in:
Sylvestre Ledru 2021-09-25 12:57:20 +02:00
parent a7bf088643
commit 984ee4d231

1
debian/rules vendored
View File

@ -489,6 +489,7 @@ ifeq (${LIBFUZZER_ENABLE},yes)
endif endif
touch $@ touch $@
# Libc++ doesn't build with:
# Fails with $<TARGET_LINKER_FILE:unwind_static> # Fails with $<TARGET_LINKER_FILE:unwind_static>
# No target "unwind_static" # No target "unwind_static"
# on 12. Will test with 13 # on 12. Will test with 13