0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-20 23:55:25 +00:00
2018-07-17 23:58:50 +02:00

14 lines
218 B
Bash

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
while test $# -gt 0; do
case $1 in
--libs)
echo "-lfribidi"
;;
esac
shift
done