Explorar o código

Merge branch 'oddcoder-master-patch-78534' into 'master'

Fix make libs in CI

See merge request redox-os/relibc!256
Jeremy Soller %!s(int64=5) %!d(string=hai) anos
pai
achega
e85148cc15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ci.sh

+ 1 - 1
ci.sh

@@ -7,5 +7,5 @@ then
     make all
     make test
 else
-    make libc
+    make libs
 fi