File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ function build_mupen64plus() {
170
170
isPlatform " armv6" && params+=(" HOST_CPU=armv6" )
171
171
isPlatform " armv7" && params+=(" HOST_CPU=armv7" )
172
172
isPlatform " aarch64" && params+=(" HOST_CPU=aarch64" )
173
+ # we don't ship a Vulkan enabled front-end, so disable Vulkan in the core project
174
+ params+=(" VULKAN=0" )
173
175
174
176
[[ " $dir " == " mupen64plus-ui-console" ]] && params+=(" COREDIR=$md_inst /lib/" " PLUGINDIR=$md_inst /lib/mupen64plus/" )
175
177
make -C " $dir /projects/unix" " ${params[@]} " clean
@@ -244,6 +246,8 @@ function install_mupen64plus() {
244
246
isPlatform " armv7" && params+=(" HOST_CPU=armv7" )
245
247
isPlatform " aarch64" && params+=(" HOST_CPU=aarch64" )
246
248
isPlatform " x86" && params+=(" SSE=SSE2" )
249
+ # disable VULKAN for the core project
250
+ params+=(" VULKAN=0" )
247
251
make -C " $source /projects/unix" PREFIX=" $md_inst " OPTFLAGS=" $CFLAGS -O3 -flto" " ${params[@]} " install
248
252
fi
249
253
done
You can’t perform that action at this time.
0 commit comments