Closed Hywan closed 3 years ago
For instance, the following will fail:
cc -I<…> -L<…> -Wl,l<…> -o test test.c
But the following will work:
cc test.c -I<…> -L<…> -Wl,l<…> -o test
This patch puts the input path first, before everything.
For instance, the following will fail:
But the following will work:
This patch puts the input path first, before everything.