platformio: drop 'export' option from config

Library should be useable from pio both by direct git link and by name.
This commit is contained in:
Vitaly Puzrin 2018-07-27 14:54:22 +03:00 committed by GitHub
parent 7dbe4b984b
commit f1d95c94df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@
"url": "https://github.com/PetteriAimonen/libfixmath.git"
},
"license": "MIT",
"export": {
"include": "libfixmath"
},
"build": {
"srcFilter": "+<libfixmath/*>"
},