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