We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d90e3 commit b203ccbCopy full SHA for b203ccb
src/ApplicationBuilder.jl
@@ -127,7 +127,7 @@ function build_app_bundle(juliaprog_main;
127
# Compile the binary right into the app.
128
println("~~~~~~ Compiling a binary from '$juliaprog_main'... ~~~~~~~")
129
130
- custom_program_c = "$(Pkg.dir())/ApplicationBuilder/src/program.c"
+ custom_program_c = "$(@__DIR__)/program.c"
131
# Provide an environment variable telling the code it's being compiled into a mac bundle.
132
withenv("LD_LIBRARY_PATH"=>"$libsDir:$libsDir/julia",
133
"COMPILING_APPLE_BUNDLE"=>"true") do
0 commit comments