mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d9d25fdb30
commit
774ff0d13f
@@ -18,13 +18,13 @@ CELT051_DEPENDENCIES = libogg
|
||||
# if target is the same kind as host (ie. same arch, same bitness,
|
||||
# same endianness, so that /usr/lib contains libraries linkable by
|
||||
# our cross-compiler)
|
||||
CELT051_CONF_OPTS = \
|
||||
--enable-fixed-point \
|
||||
--disable-fixed-point-debug \
|
||||
--disable-experimental-postfilter \
|
||||
--disable-static-modes \
|
||||
--disable-assertions \
|
||||
--disable-oggtest \
|
||||
--with-ogg=$(STAGING_DIR)/usr \
|
||||
CELT051_CONF_OPTS = \
|
||||
--enable-fixed-point \
|
||||
--disable-fixed-point-debug \
|
||||
--disable-experimental-postfilter \
|
||||
--disable-static-modes \
|
||||
--disable-assertions \
|
||||
--disable-oggtest \
|
||||
--with-ogg=$(STAGING_DIR)/usr \
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user