Get rid of unneeded deps
This commit is contained in:
parent
3463c597a7
commit
c80396367e
1 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ getHeader(
|
|||
giturl = "https://github.com/glfw/glfw",
|
||||
outdir = srcDir,
|
||||
altNames = "glfw,glfw3",
|
||||
cmakeFlags = &"-DCMAKE_C_FLAGS='-lpthread -pthread -lm'"
|
||||
)
|
||||
|
||||
static:
|
||||
|
|
@ -34,7 +33,7 @@ static:
|
|||
|
||||
cIncludeDir(srcDir/"include"/"GLFW")
|
||||
cPluginPath(symbolPluginPath)
|
||||
{.passL: "-lm -lpthread -pthread".}
|
||||
{.passL: "-pthread".}
|
||||
|
||||
when isDefined(glfw3Static):
|
||||
cImport(srcDir/"include"/"GLFW"/"glfw3.h", recurse = true, flags = "-f=ast2 -E__,_ -F__,_ -H")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue