diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 11:10:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 11:10:51 +0200 |
commit | d45dbc807adc05bc03437116659c6abd4f5174c8 (patch) | |
tree | a7fca97c8bdc6d745b09e99b500f2099d7e5f818 /build/buildfile | |
parent | b53318dcc9f2c34db0689225ec0bc2c70c28daf7 (diff) |
Use portable ifdstream from libbutl instead of GNU stdio_filebuf
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/buildfile b/build/buildfile index 9ea95d5..7d3a32a 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,3 +1,5 @@ +import libs += libbutl + config = config/{operation module utility} bin = bin/{target rule module} cxx = cxx/{target rule module} @@ -5,7 +7,7 @@ cxx = cxx/{target rule module} exe{b}: cxx{b algorithm name operation spec scope variable target \ prerequisite rule file module context search diagnostics token lexer \ parser process timestamp path path-io utility filesystem dump options \ - $config $bin $cxx} + $config $bin $cxx} $libs #@@ TODO # |