This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lua
/
lua-https
miroir de
https://github.com/love2d/lua-https.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Example: Don't overwrite `package.cpath`.
Miku AuahDark
il y a 2 ans
Parent
742e99fe45
commit
4f474d172d
1 fichiers modifiés
avec
0 ajouts
et
2 suppressions
Vue séparée
Afficher les stats Diff
0
2
example/example.lua
+ 0
- 2
example/example.lua
Voir le fichier
@@ -1,5 +1,3 @@
-package.cpath="./?.dll"
-
local https = require "https"
do