build: install into install-files not install which clashes with case-insensitive INSTALL file on win32

This commit is contained in:
2026-03-04 00:54:47 +01:00
parent 223b8df2a3
commit 5d47e9a94a
2 changed files with 24 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
export CFLAGS=-DNOXFERMEM
./configure --host $TARGET --with-audio=dummy --with-cpu=arm_fpu --prefix=$(pwd)/install
./configure --host $TARGET --with-audio=dummy --with-cpu=arm_fpu --prefix=$(pwd)/install-files
make
make install