Skip to content

Commit

Permalink
removed submodule ponyrt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Blessing committed Sep 18, 2014
1 parent 2f86dd6 commit 2379ef7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "ponyrt"]
path = ponyrt
url = https://github.com/CausalityLtd/ponyrt.git
1 change: 0 additions & 1 deletion ponyrt
Submodule ponyrt deleted from 272587
1 change: 0 additions & 1 deletion premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ solution "ponyc"
"-ln -sf " .. path.getabsolute("packages/builtin") .. " $(TARGETDIR)"
}

include "ponyrt/src/"
include "utils/"
include "test/"
2 changes: 0 additions & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ if ( _OPTIONS["with-tests"] or _OPTIONS["run-tests"] ) then
end
end

include("ponyrt/src/premake5.lua")

if _ACTION == "clean" then
os.rmdir("bin")
os.rmdir("obj")
Expand Down

0 comments on commit 2379ef7

Please sign in to comment.