@static in Project.toml
Julia Programming Language
@static in Project.toml
I am using the command @static Sys.ARCH == :aarch64 ? using WGLMakie : using GLMakie in my program to use WGLMakie on the Raspberry PI and GLMakie on other machines. This is due to OpenGL not being available on the RPI. Can I also use this command in the Project.toml so that the program does not have both WGLMakie and GLMakie in the Project.toml? If not, is there another way to do this?
0 comments
No comments yet.