Skip to content

Commit c2478fb

Browse files
committed
f
1 parent 9b7aa90 commit c2478fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/unix_api/hook/build.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import 'package:native_toolchain_c/native_toolchain_c.dart';
1010
void 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,

pkgs/unix_api/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ environment:
1010
dependencies:
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

0 commit comments

Comments
 (0)