Unverified Commit 2742d308 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #723 from Crunkle/master

Fix linking during lite builds
parents 18b84c2d edffe063
...@@ -16,12 +16,12 @@ set(kj_sources_lite ...@@ -16,12 +16,12 @@ set(kj_sources_lite
main.c++ main.c++
arena.c++ arena.c++
test-helpers.c++ test-helpers.c++
units.c++
encoding.c++
) )
set(kj_sources_heavy set(kj_sources_heavy
units.c++
refcount.c++ refcount.c++
string-tree.c++ string-tree.c++
encoding.c++
time.c++ time.c++
filesystem.c++ filesystem.c++
filesystem-disk-unix.c++ filesystem-disk-unix.c++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment