diff options
author | P. J. McDermott <pj@pehjota.net> | 2019-04-01 21:36:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2019-04-01 21:36:15 (EDT) |
commit | 89723153d22c03265d5b1ae70b4bb2c6bea21e2b (patch) | |
tree | 3453ef665971d09e98de94859e783853a3084fa7 /build | |
parent | ca7ef5c594985784760efe2e43e651ca2df3f0bd (diff) |
build: Disable Common Lisp
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,7 @@ nop: @: build: - oh-autoconfigure + oh-autoconfigure -- --enable-languages='' # TODO: Enable "cpp" oh-autobuild -- CFLAGS='$(CFLAGS)' if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ oh-autotest -- CFLAGS='$(CFLAGS)'; \ @@ -18,7 +18,6 @@ build: install: build oh-autoinstall rm dest/usr/lib/$(OPK_HOST_ARCH)/*.la - rm -R dest/usr/share/common-lisp/ oh-fixperms oh-strip oh-installfiles |