Skip to content
Snippets Groups Projects
Commit 5ef43115 authored by adrien-matta's avatar adrien-matta
Browse files

* fix issue with build liblist

parent 0dd5a6ae
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ printf "# WARNING:\n" >> $outfile
printf "# This file is automatically generated when NPLib libraries are built through the make command.\n" >> $outfile
printf "# If you modify this file by hand, changes won't persist the next time you compile NPLib.\n" >> $outfile
printf "#\n" >> $outfile
printf t "echo -L$NPTOOL/NPLib/lib" >> $outfile
printf "echo -L$NPTOOL/NPLib/lib" >> $outfile
chmod a+x $outfile
# loop on *.so files in lib/ directory
......
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