Get rid of unneeded deps

This commit is contained in:
Joey Yakimowich-Payne 2020-08-28 03:11:38 -06:00
commit c80396367e

View file

@ -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")