aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@github.mail.kapsi.fi>2018-07-27 15:53:53 +0300
committerGitHub <noreply@github.com>2018-07-27 15:53:53 +0300
commitbada934981a5961569ad2cb6b9006ed94542cc9c (patch)
treea3e64639d941b6062bc8ce5a551d2bc304fca2ba
parent7dbe4b984bc69d6a5fc5ad6c40aede29424cfbd4 (diff)
parentf1d95c94df427af62920737d68ffcc7c3ad6545b (diff)
Merge pull request #9 from puzrin/patch-1
platformio: drop 'export' option from config
-rw-r--r--library.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/library.json b/library.json
index 4862173..c97112f 100644
--- a/library.json
+++ b/library.json
@@ -11,9 +11,6 @@
"url": "https://github.com/PetteriAimonen/libfixmath.git"
},
"license": "MIT",
- "export": {
- "include": "libfixmath"
- },
"build": {
"srcFilter": "+<libfixmath/*>"
},