SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Make sure the tested dub executable can be found.
|
||||
|
||||
Index: test/issue1408-inherit-linker-files/dub.sdl
|
||||
--- test/issue1408-inherit-linker-files/dub.sdl.orig
|
||||
+++ test/issue1408-inherit-linker-files/dub.sdl
|
||||
@@ -10,5 +10,5 @@ subPackage {
|
||||
sourceFiles "dep.d"
|
||||
sourceFiles "lib/liblib.a" platform="posix"
|
||||
sourceFiles "lib/lib.lib" platform="windows"
|
||||
- preBuildCommands "$DUB_EXE build --root=\"$PACKAGE_DIR/lib\""
|
||||
+ preBuildCommands "../../bin/dub build --cache=local --root=\"$PACKAGE_DIR/lib\""
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue