diff --git a/Makefile b/Makefile index 69f36e8..ce2260e 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ $(BUILD_DIR)/hello-macosx.bin: Test.cpp $$(@D)/ @echo "Building MacOSX binary..." + find / | grep libtinfo || true find / | grep libcryp || true ls -la /usr/lib/llvm-14/lib || true $(MACOSX_CXX) $< -o $@ -v -Wl,-v || true