Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/glew
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2017-11-20 11:27:05 +0300
committerPatrick Griffis <tingping@tingping.se>2017-11-20 11:27:05 +0300
commit4958853c65ff34986130d328681ab7f53e36e993 (patch)
treeee65b22fccdf2f05a5f6cc171b2975ddc9160513 /glew
parent04c444fe6de49f513a47ec8b20d70ac02903047e (diff)
glew: Remove static lib
Diffstat (limited to 'glew')
-rw-r--r--glew/glew.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/glew/glew.json b/glew/glew.json
index 48b9998..6ec15bf 100644
--- a/glew/glew.json
+++ b/glew/glew.json
@@ -20,6 +20,7 @@
],
"cleanup": [
"/include",
- "/lib/pkgconfig"
+ "/lib/pkgconfig",
+ "/lib/*.a"
]
}