File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,6 @@ defines the following variables:
157
157
158
158
Roughly speaking, the value of this variable is the basename of the shared
159
159
library, not its full absolute path;
160
- * ` libdataproc_splitpath ` : the path of the shared library, relative to
161
- ` artifact_dir ` , as returned by
162
- [ ` splitpath ` ] ( https://docs.julialang.org/en/v1/base/file/#Base.Filesystem.splitpath ) ;
163
160
* ` libdataproc_path ` : the full absolute path of the shared library. Note that
164
161
this is not ` const ` , thus it can't be used in ` ccall ` ;
165
162
* ` libdataproc_handle ` : the address in memory of the shared library after it has
@@ -202,9 +199,6 @@ that the executable will find all shared libraries it needs while running.
202
199
In addition to the function called ` mungify_exe ` , for this product there will be
203
200
the following unexported variables:
204
201
205
- * ` mungify_exe_splitpath ` : the path of the executable, relative to
206
- ` artifact_dir ` , as returned by
207
- [ ` splitpath ` ] ( https://docs.julialang.org/en/v1/base/file/#Base.Filesystem.splitpath ) ;
208
202
* ` mungify_exe_path ` : the full absolute path of the executable;
209
203
210
204
### FileProduct
You can’t perform that action at this time.
0 commit comments