fix: another casing error in targets test
This commit is contained in:
parent
318b12c710
commit
1be19f0ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,4 +28,4 @@ $LAKE build foo:static
|
|||
$LAKE build bar:shared
|
||||
|
||||
test -f ./build/lib/libFoo.a
|
||||
test -f ./build/lib/bar.$SHARED_LIB_EXT
|
||||
test -f ./build/lib/Bar.$SHARED_LIB_EXT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue