Skip to content
Snippets Groups Projects
Commit cf19edd8 authored by Dave Whipp's avatar Dave Whipp
Browse files

Switched to use ldd rather than otool for Linux machines

parent 4c38de45
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ $(BIN): version subdirs $(OBJECTS)
>$(BIN).link.stdout
$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(BIN) \
1>>$(BIN).link.stdout 2>>$(BIN).link.stderr
otool -L $(BIN) >>$(BIN).link.stdout
ldd $(BIN) >>$(BIN).link.stdout
.PHONY: install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment