Skip to content

Commit 4e5a9d6

Browse files
committed
packageOSX: USE_PANGO and USE_SVG for openfx-arena
1 parent c33650c commit 4e5a9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/packageOSX.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ cd ..
221221

222222
#compile openfx-arena
223223
cd openfx-arena
224-
make BITS=$BITS CONFIG=$CONFIG $MAKEJFLAGS || exit
224+
make USE_PANGO=1 USE_SVG=1 BITS=$BITS CONFIG=$CONFIG $MAKEJFLAGS || exit
225225
mv Bundle/$OS-$BITS-$CONFIG/Arena.ofx.bundle "../$PLUGINDIR" || exit
226226
cd ..
227227

0 commit comments

Comments
 (0)