Skip to content

Commit aa66044

Browse files
committed
manifest
1 parent 84fcdcd commit aa66044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-builtins/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = """
1212
Compiler intrinsics used by the Rust compiler. Also available for other targets
1313
if necessary!
1414
"""
15-
# include = [
15+
include = [
1616
# '/Cargo.toml',
1717
# '/build.rs',
1818
# '/configure.rs',
@@ -21,8 +21,8 @@ if necessary!
2121
# '/LICENSE.txt',
2222
# '/README.md',
2323
# '/compiler-rt/*',
24-
# '/libm/src/math/*',
25-
# ]
24+
'../libm/src/math/*',
25+
]
2626
links = 'compiler-rt'
2727

2828
[lib]

0 commit comments

Comments
 (0)