Remove unnecessary var/import
This commit is contained in:
parent
72150a0505
commit
e28016d2c8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
import os, strutils, strformat
|
||||
import os, strutils
|
||||
import nimterop/[cimport, build]
|
||||
|
||||
const
|
||||
ProjectCacheDir* = getProjectCacheDir("nimglew")
|
||||
baseDir = ProjectCacheDir
|
||||
srcDir = baseDir / "glew"
|
||||
buildDir = srcDir / "buildcache"
|
||||
symbolPluginPath = currentSourcePath.parentDir() / "cleansymbols.nim"
|
||||
|
||||
getHeader(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue