Browse Source

Example: Don't overwrite `package.cpath`.

Miku AuahDark 2 years ago
parent
commit
4f474d172d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      example/example.lua

+ 0 - 2
example/example.lua

@@ -1,5 +1,3 @@
-package.cpath="./?.dll"
-
 local https = require "https"
 
 do