Skip to content

Commit

Permalink
Ensure the modules properly depend on their headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Nov 5, 2016
1 parent fee47b2 commit 4ba409e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/src/data/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ clibrary {
name = "lib",
srcs = { "./*.c" },
hdrs = { "./*.h" },
deps = {
},
deps = { "./*.h" },
}

0 comments on commit 4ba409e

Please sign in to comment.