auriamg / stk-code

The code base of supertuxkart
Other
0 stars 0 forks source link

Cross-compiling does not work correctly. #945

Open auriamg opened 10 years ago

auriamg commented 10 years ago

When I try to cross compile, I set the CMAKE_FIND_ROOT_PATH value to my rootfs for my target platform.

CMakeFiles/supertuxkart.dir/flags.make correctly has a -I option for the usr/include under my target's rootfs directory. All the flags.make files for all the libraries do not.

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/t/ticket/1134