diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-05-03 16:09:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-05-03 16:09:03 +0200 |
commit | 04669106fb41d787e0686023dcce640fbe59865d (patch) | |
tree | 056d2fedf396006d6e243346ea8de689ddf23c08 /tests/openssl/buildfile | |
parent | 422f8cb7e03e9ba3cc95fde65585dcbd74aaa522 (diff) |
Partially dismantle modularization using Modules TS semantics
Diffstat (limited to 'tests/openssl/buildfile')
-rw-r--r-- | tests/openssl/buildfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/openssl/buildfile b/tests/openssl/buildfile index 7e6a4b8..e74b94b 100644 --- a/tests/openssl/buildfile +++ b/tests/openssl/buildfile @@ -3,6 +3,5 @@ # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} -libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs testscript |