[Premake5: package] Fix typo in pack-libdir's description (#186)
This commit is contained in:
parent
109e6a89ca
commit
652ecd2404
|
|
@ -1,6 +1,6 @@
|
|||
newoption({
|
||||
trigger = "pack-libdir",
|
||||
description = "Specifiy the subdirectory in lib/ to be used when packaging the project"
|
||||
description = "Specifies the subdirectory in lib/ to be used when packaging the project"
|
||||
})
|
||||
|
||||
ACTION.Name = "Package"
|
||||
|
|
|
|||
Loading…
Reference in New Issue