summaryrefslogtreecommitdiff
path: root/sys/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dub.json')
-rw-r--r--sys/dub.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dub.json b/sys/dub.json
index 8fb6d71..9201582 100644
--- a/sys/dub.json
+++ b/sys/dub.json
@@ -1,5 +1,12 @@
{
"name": "sys",
"description": "Low-level operating system bindings and definitions",
- "targetType": "library"
+ "targetType": "library",
+
+ "sourcePaths": [
+ "."
+ ],
+ "importPaths": [
+ "."
+ ]
}