Skip to content
Snippets Groups Projects
Commit 297e4f4f authored by John Romein's avatar John Romein
Browse files

Removed soname, which causes problems when linking.

parent 541d5ceb
Branches
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ libtcc/TCCorrelator.d: ...@@ -89,7 +89,7 @@ libtcc/TCCorrelator.d:
- -
libtcc/libtcc.so.$(VERSION): $(LIBTCC_OBJECTS) libtcc/libtcc.so.$(VERSION): $(LIBTCC_OBJECTS)
$(CXX) -shared -o $@ -Wl,-soname=$@ $^ $(LIBRARIES) $(CXX) -shared -o $@ $^ $(LIBRARIES)
test/SimpleExample/SimpleExample: $(SIMPLE_EXAMPLE_OBJECTS) libtcc/libtcc.so test/SimpleExample/SimpleExample: $(SIMPLE_EXAMPLE_OBJECTS) libtcc/libtcc.so
$(NVCC) $(NVCCFLAGS) -o $@ $(SIMPLE_EXAMPLE_OBJECTS) -Xlinker -rpath=. -Llibtcc -ltcc $(LIBRARIES) $(NVCC) $(NVCCFLAGS) -o $@ $(SIMPLE_EXAMPLE_OBJECTS) -Xlinker -rpath=. -Llibtcc -ltcc $(LIBRARIES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment