mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
mingw is less aggressive about dead code removal that other gccs are, so
we need to add dependencies in places where they're really not used.
This commit is contained in:
@@ -64,11 +64,14 @@ export(
|
||||
"+protobuf_lib",
|
||||
"+protocol",
|
||||
".+test_proto_lib",
|
||||
"dep/alphanum",
|
||||
"dep/snowhouse",
|
||||
"lib/algorithms",
|
||||
"lib/config",
|
||||
"lib/core",
|
||||
"lib/data",
|
||||
"lib/fluxsource+proto_lib",
|
||||
"dep/alphanum",
|
||||
"src/formats",
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user