diff --git a/Makefile b/Makefile index e35ad94..0d9732b 100644 --- a/Makefile +++ b/Makefile @@ -55,9 +55,9 @@ $(BUILD_DIR)/hello-macosx.bin: Test.cpp $$(@D)/ @echo "Building MacOSX binary..." - ls -la /usr/lib/llvm-10/lib || true + ls -la /usr/lib/llvm-14/lib || true $(MACOSX_CXX) $< -o $@ -v -Wl,-v || true - $(MACOSX_CXX) $< -o $@ -v -L/usr/lib/llvm-10/lib + $(MACOSX_CXX) $< -o $@ -v -L/usr/lib/llvm-14/lib tidy: $(BUILD_DIR)/tidy.xml