Skip to content

Commit

Permalink
Fix Header filename mismatch causing ffigen to produce empty output (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalCoding authored Sep 23, 2023
1 parent a5d8809 commit be4aaf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/native_assets_cli/example/native_add_library/ffigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: |
output: 'lib/native_add_library.dart'
headers:
entry-points:
- 'src/native_add.h'
- 'src/native_add_library.h'
include-directives:
- 'src/native_add.h'
- 'src/native_add_library.h'
preamble: |
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
Expand Down

0 comments on commit be4aaf7

Please sign in to comment.