diff options
-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 |