Skip to content

Commit

Permalink
Merge pull request #211 from vala-lang/simplify-sample-code
Browse files Browse the repository at this point in the history
Remove redundant `target-glib` flag from code sample compile command
  • Loading branch information
colinkiama committed Feb 22, 2024
2 parents 19fcea7 + a507336 commit 0ec67fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/code-sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ public class ExampleApp : Gtk.Application {
}
// Compile command (requires gtk4 package to be installed):
// valac --target-glib=auto --pkg gtk4 ExampleApp.vala
// valac --pkg gtk4 ExampleApp.vala
```

0 comments on commit 0ec67fa

Please sign in to comment.