Skip to content

Commit

Permalink
rm deps/build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jan 6, 2024
1 parent 90200d8 commit e9aed96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deps/build.jl

This file was deleted.

2 changes: 2 additions & 0 deletions src/functionloading.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const depsfile = normpath(joinpath(@__DIR__, "..", "deps", "deps.jl"))

if isfile(depsfile)
# to change create this file with
# const enable_opengl_debugging = true/false
include(depsfile)
else
const enable_opengl_debugging = get(ENV, "MODERNGL_DEBUGGING", "false") == "true"
Expand Down

0 comments on commit e9aed96

Please sign in to comment.