Bug 1468651: followup: Fix windows build bustage. r=me CLOSED TREE

MozReview-Commit-ID: 9Xj5lMFG4Ab
This commit is contained in:
Emilio Cobos Álvarez 2018-06-20 12:09:55 +02:00
Родитель 868eba5610
Коммит fadfcf9b47
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -98,7 +98,7 @@ macro_rules! expanded {
#[allow(missing_docs)]
pub mod longhands {
% for style_struct in data.style_structs:
include!("${os.path.join(OUT_DIR, 'longhands/{}.rs'.format(style_struct.name_lower))}");
include!("${repr(os.path.join(OUT_DIR, 'longhands/{}.rs'.format(style_struct.name_lower)))[1:-1]}");
% endfor
}
@ -144,7 +144,7 @@ pub mod shorthands {
}
% for style_struct in data.style_structs:
include!("${os.path.join(OUT_DIR, 'shorthands/{}.rs'.format(style_struct.name_lower))}");
include!("${repr(os.path.join(OUT_DIR, 'shorthands/{}.rs'.format(style_struct.name_lower)))[1:-1]}");
% endfor
// We didn't define the 'all' shorthand using the regular helpers:shorthand