Skip to content

Commit

Permalink
Armadillo migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 22, 2016
1 parent 70f0999 commit df443e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project "BSPLib"

if zpm.option( "OwnArmadillo" ) then

zpm.uses "Zefiros-Software/ArmadilloExt"
zpm.uses "Zefiros-Software/Armadillo"

end
end
Expand Down
2 changes: 1 addition & 1 deletion .package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"requires": [
{
"name": "Zefiros-Software/ArmadilloExt",
"name": "Zefiros-Software/Armadillo",
"version": "@head"
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": "@head"
},
{
"name": "Zefiros-Software/ArmadilloExt",
"name": "Zefiros-Software/Armadillo",
"version": "@head"
}
]
Expand Down
2 changes: 1 addition & 1 deletion test/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ workspace "BSPLib-ZPM"
project "bsp-zpm-test"

zpm.uses {
"Zefiros-Software/ArmadilloExt",
"Zefiros-Software/Armadillo",
"Zefiros-Software/BSPLib"
}

0 comments on commit df443e3

Please sign in to comment.