diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-12-27 14:13:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-12-27 14:13:21 -0600 |
commit | 26bae35f07bf18fca5d34389cb6d134c2ca401c3 (patch) | |
tree | b83c332bb05b7c1f79842430896b5033247008e4 /lib | |
parent | 5cbb2fb581a99c5375a334fdded8bb7028d56ac1 (diff) | |
download | ulab-26bae35f07bf18fca5d34389cb6d134c2ca401c3.tar.gz ulab-26bae35f07bf18fca5d34389cb6d134c2ca401c3.zip |
Add non-arm fallback build options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ffts/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ffts/debian/rules b/lib/ffts/debian/rules index 3fb3153..0a85b5a 100755 --- a/lib/ffts/debian/rules +++ b/lib/ffts/debian/rules @@ -31,6 +31,8 @@ else cdbs_configure_flags := --enable-single --enable-shared --disable-rpath endif endif + else + cdbs_configure_flags := --enable-single --enable-shared --disable-rpath endif endif |