Skip to content

Commit

Permalink
some strange
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 8c6b6f9 commit a81fcbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ ifeq ($(enable_wine),yes)
# we run under wine, so linux environment has zip
zip -r cafeobj-$(VERSION)$(VMINOR)-sbcl-win32.zip $(cafeobj_bin)
else
# we expect to run in powershell
Compress-Archive $(cafeobj_bin) cafeobj-$(VERSION)$(VMINOR)-sbcl-win32.zip
tar -a -c -f cafeobj-$(VERSION)$(VMINOR)-sbcl-win32.zip $(cafeobj_bin)
endif
else ifeq ($(enable_distribution),yes)
bash make-release-tarballs $(VERSION) $(VMINOR) $(lisp)
Expand Down

0 comments on commit a81fcbe

Please sign in to comment.