mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r25712: try to fix the build, perl should handle by_path as comparison function
metze
This commit is contained in:
parent
1f5a98cd91
commit
ee47f5dc79
@ -32,7 +32,7 @@ sub create_cflags($$$$) {
|
||||
|
||||
my @sorted_cflags = @{$key->{FINAL_CFLAGS}};
|
||||
if ($sort_available) {
|
||||
@sorted_cflags = sort(by_path, @{$key->{FINAL_CFLAGS}});
|
||||
@sorted_cflags = sort by_path @{$key->{FINAL_CFLAGS}};
|
||||
}
|
||||
|
||||
# Rewrite CFLAGS so that both the source and the build
|
||||
|
Loading…
Reference in New Issue
Block a user