build: install into install-files not install which clashes with case-insensitive INSTALL file on win32
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user