LD_LOAD_PATH syntax

What is the syntax for specifying a load_path to the linker in Julia. It used to be

push!(DL_LOAD_PATH, "/path")

But this doesn’t work anymore

You need to using Libdl first.