File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ import 'package:native_toolchain_c/native_toolchain_c.dart';
1010void main (List <String > args) async {
1111 await build (args, (input, output) async {
1212 final packageName = input.packageName;
13- // XXX if (input.config.code.targetOS == OS.windows) return;
13+ // if (input.config.code.targetOS == OS.windows) return;
1414 await CBuilder .library (
1515 name: packageName,
1616 assetName: 'libc_shim' ,
1717 sources: ['src/libc_shim.c' , 'src/constants.g.c' ],
18- flags: ['-Weverything' ],
18+ // flags: ['-Weverything'],
1919 ).run (
2020 input: input,
2121 output: output,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ environment:
1010dependencies :
1111 code_assets : ^0.19.0
1212 ffi : ^2.1.4
13+ hooks : ^0.19.5
1314 logging : ^1.3.0
1415 native_toolchain_c : ^0.16.0
1516
You can’t perform that action at this time.
0 commit comments