Skip to content

Commit

Permalink
fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 25, 2022
1 parent 9d5a449 commit e2328d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3585,6 +3585,7 @@ _gmake_add_switches() {
echo "else" >> "${xmake_sh_makefile}"
echo "INSTALLDIR:=\$(PREFIX)" >> "${xmake_sh_makefile}"
echo "endif" >> "${xmake_sh_makefile}"
echo "endif" >> "${xmake_sh_makefile}"
echo "" >> "${xmake_sh_makefile}"
echo "ifeq (\$(INSTALLDIR),)" >> "${xmake_sh_makefile}"
echo "INSTALLDIR=${_install_prefix_default}" >> "${xmake_sh_makefile}"
Expand Down

0 comments on commit e2328d6

Please sign in to comment.