Skip to content

Commit cc83cbc

Browse files
Move "configure" binary to the bin directory
This is to avoid overwriting the "configure" script when building the configure binary.
1 parent 8454c7e commit cc83cbc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ foo.d
1818
.dub
1919
clangs
2020
*.gch
21-
bin/test
22-
bin/unittest
23-
bin/dstep_configure
21+
bin/*
2422
.DS_Store
2523
resources/VERSION
2624
linker_flags.txt

configure.d

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/+ dub.sdl: name "configure" +/
1+
/+ dub.sdl:
2+
name "configure"
3+
targetPath "bin"
4+
+/
25
/**
36
* This file implements a configuration script that will setup the correct flags
47
* to link with libclang.

0 commit comments

Comments
 (0)