diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 14:12:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 14:12:28 +0200 |
commit | 8f28250558b8787d43baea01d6ee9c7c7425d58a (patch) | |
tree | 736692cc5becfc1e0643cb293c220b762c5617a2 /mod/buildfile | |
parent | 9f0fe68b310dc1ac373854ebc6b12a5b13bdb42d (diff) |
Revert broken install workaround
Diffstat (limited to 'mod/buildfile')
-rw-r--r-- | mod/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/buildfile b/mod/buildfile index 61b7067..e9db67d 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -17,7 +17,7 @@ include ../web/ mod{brep}: {hxx ixx txx cxx}{* -options} \ {hxx ixx cxx}{ options} \ - ../libbrep/libs{brep} ../web/libus{web} $libs + ../libbrep/lib{brep} ../web/libus{web} $libs # Don't install any of the module's headers. # |