Skip to content

Commit

Permalink
Tweak dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 1, 2024
1 parent a6981ff commit 07ccb63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/core/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
deps=[
"dep/agg",
"dep/stb",
"+fmt_lib",
],
)
6 changes: 5 additions & 1 deletion lib/vfs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
"lib/vfs/sectorinterface.h": "./sectorinterface.h",
"lib/vfs/vfs.h": "./vfs.h",
},
deps=["+lib"])
deps=[
"+lib",
"+fmt_lib",
],
)

0 comments on commit 07ccb63

Please sign in to comment.