Skip to content

Commit 7288696

Browse files
committed
add note about julia from julia
1 parent 011fd61 commit 7288696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/juliac/test_juliac_pid.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Run this file with the same version of julia that you used to compile the shared library.
1+
# NOTE: it is currently not possible to call a julia-produced shared-library from julia.
2+
# To test the compiled shared library, see test_juliac_pid.c instead.
23
cd(@__DIR__)
34

45
const T = Float64

0 commit comments

Comments
 (0)