1
0
forked from GitHub/gf-core

Remove notice about RGL not being included anymore from build scripts

This commit is contained in:
John J. Camilleri
2021-03-08 13:48:30 +01:00
parent 9dda5dfa8a
commit 9b4f2dd18b

View File

@@ -28,17 +28,17 @@ main = defaultMainWithHooks simpleUserHooks
return emptyHookedBuildInfo return emptyHookedBuildInfo
gfPostBuild args flags pkg lbi = do gfPostBuild args flags pkg lbi = do
noRGLmsg -- noRGLmsg
let gf = default_gf lbi let gf = default_gf lbi
buildWeb gf flags (pkg,lbi) buildWeb gf flags (pkg,lbi)
gfPostInst args flags pkg lbi = do gfPostInst args flags pkg lbi = do
noRGLmsg -- noRGLmsg
saveInstallPath args flags (pkg,lbi) saveInstallPath args flags (pkg,lbi)
installWeb (pkg,lbi) installWeb (pkg,lbi)
gfPostCopy args flags pkg lbi = do gfPostCopy args flags pkg lbi = do
noRGLmsg -- noRGLmsg
saveCopyPath args flags (pkg,lbi) saveCopyPath args flags (pkg,lbi)
copyWeb flags (pkg,lbi) copyWeb flags (pkg,lbi)