We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f86dd6 commit 2379ef7Copy full SHA for 2379ef7
.gitmodules
@@ -1,3 +0,0 @@
1
-[submodule "ponyrt"]
2
- path = ponyrt
3
- url = https://github.com/CausalityLtd/ponyrt.git
ponyrt
premake4.lua
@@ -117,6 +117,5 @@ solution "ponyc"
117
"-ln -sf " .. path.getabsolute("packages/builtin") .. " $(TARGETDIR)"
118
}
119
120
- include "ponyrt/src/"
121
include "utils/"
122
include "test/"
premake5.lua
@@ -181,8 +181,6 @@ if ( _OPTIONS["with-tests"] or _OPTIONS["run-tests"] ) then
181
end
182
183
184
- include("ponyrt/src/premake5.lua")
185
-
186
if _ACTION == "clean" then
187
os.rmdir("bin")
188
os.rmdir("obj")
0 commit comments