We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8454c7e commit cc83cbcCopy full SHA for cc83cbc
.gitignore
@@ -18,9 +18,7 @@ foo.d
18
.dub
19
clangs
20
*.gch
21
-bin/test
22
-bin/unittest
23
-bin/dstep_configure
+bin/*
24
.DS_Store
25
resources/VERSION
26
linker_flags.txt
configure.d
@@ -1,4 +1,7 @@
1
-/+ dub.sdl: name "configure" +/
+/+ dub.sdl:
2
+ name "configure"
3
+ targetPath "bin"
4
++/
5
/**
6
* This file implements a configuration script that will setup the correct flags
7
* to link with libclang.
0 commit comments