diff --git a/dub.json b/dub.json index 76c4ba0..568b5dd 100644 --- a/dub.json +++ b/dub.json @@ -8,7 +8,7 @@ "license": "GPL-3.0", "dependencies": { "dsymbol": "~>0.2.0-alpha1", - "libdparse": "~>0.7.0-alpha1", + "libdparse": "~>0.7.0-alpha2", "msgpack-d": "~>1.0.0-beta.2" }, "versions": ["built_with_dub"], diff --git a/libdparse b/libdparse index 3257b3c..bafe4e1 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 3257b3c905127e8bccf4b9b2ebc50b9b448c0fba +Subproject commit bafe4e155657319349f4afa76768fe8981ca43b1 diff --git a/makefile b/makefile index 8f0cfa2..ecf576a 100644 --- a/makefile +++ b/makefile @@ -105,7 +105,7 @@ DEBUG_SERVER_FLAGS := -Icontainers/src\ -wi\ -g\ -ofbin/dcd-server\ - -J.\ + -J. GDC_SERVER_FLAGS := -Icontainers/src\ -Imsgpack-d/src\