Skip to content

Commit

Permalink
Dummying out test 4 until new scripting engine will be added
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jan 20, 2024
1 parent 0d61113 commit 0d79fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ subPackage {
sourcePaths "./test3/"
importPaths "./test3/"
}
subPackage {
/*subPackage {
name "test4"
dependency "pixelperfectengine" version="*"
targetType "executable"
targetPath "./bin-$ARCH-$PLATFORM/"
lflags "/PDB:.\\bin-$ARCH-$PLATFORM\\pixelperfectengine_test4.pdb" platform="windows"
sourcePaths "./test4/"
importPaths "./test4/"
}
}*/
subPackage {
name "test5"
dependency "pixelperfectengine" version="*"
Expand Down

0 comments on commit 0d79fbf

Please sign in to comment.