aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-08-02 13:52:21 -0500
committerCalvin Rose <calsrose@gmail.com>2020-08-03 17:32:41 -0500
commit3563e7e1aaa8489c4445b672158128e1e8a184ae (patch)
tree7655e2743bc2b576b9f8cb9e143896e17645f050 /build_win.bat
parentAdd index-of to core library. (diff)
Add -fPIC to default cflags when building boot image.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_win.bat b/build_win.bat
index abb5ee2e..0e002019 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -168,8 +168,6 @@ call jpm --verbose --test --modpath=. install https://github.com/janet-lang/path
@if errorlevel 1 goto :TESTINSTALLFAIL
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git
@if errorlevel 1 goto :TESTINSTALLFAIL
-call jpm --verbose --modpath=. install https://github.com/bakpakin/x43bot.git
-@if errorlevel 1 goto :TESTINSTALLFAIL
popd
exit /b 0