LSTS / glued

GNU/Linux Uniform Environment Distribution
GNU General Public License v2.0
13 stars 13 forks source link

Copy libopencv_* to /lib/, for cross-compilation of DUNE #37

Closed krisgry closed 5 years ago

krisgry commented 6 years ago

Note that this is the same code as in the target_install-step, but with a different destination. Could have put this code there, but I felt that it belonged in the host_install-step.

tsmarques commented 6 years ago

Hi,

do you really need the files in a different location? If so, why not create a symbolic link instead of copying?

Regards, Tiago Marques

krisgry commented 5 years ago

Dear @tsmarques, I finally found some time to complete this :) Now I use symlink instead, and I'm able to cross-compile DUNE with opencv