Skip to content

Commit 2379ef7

Browse files
author
Sebastian Blessing
committed
removed submodule ponyrt
1 parent 2f86dd6 commit 2379ef7

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "ponyrt"]
2-
path = ponyrt
3-
url = https://github.com/CausalityLtd/ponyrt.git

ponyrt

-1
This file was deleted.

premake4.lua

-1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,5 @@ solution "ponyc"
117117
"-ln -sf " .. path.getabsolute("packages/builtin") .. " $(TARGETDIR)"
118118
}
119119

120-
include "ponyrt/src/"
121120
include "utils/"
122121
include "test/"

premake5.lua

-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ if ( _OPTIONS["with-tests"] or _OPTIONS["run-tests"] ) then
181181
end
182182
end
183183

184-
include("ponyrt/src/premake5.lua")
185-
186184
if _ACTION == "clean" then
187185
os.rmdir("bin")
188186
os.rmdir("obj")

0 commit comments

Comments
 (0)