Skip to content

Commit

Permalink
fix 0.7 break
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Aug 9, 2018
1 parent 30d90e3 commit b203ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApplicationBuilder.jl
Expand Up @@ -127,7 +127,7 @@ function build_app_bundle(juliaprog_main;
# Compile the binary right into the app.
println("~~~~~~ Compiling a binary from '$juliaprog_main'... ~~~~~~~")

custom_program_c = "$(Pkg.dir())/ApplicationBuilder/src/program.c"
custom_program_c = "$(@__DIR__)/program.c"
# Provide an environment variable telling the code it's being compiled into a mac bundle.
withenv("LD_LIBRARY_PATH"=>"$libsDir:$libsDir/julia",
"COMPILING_APPLE_BUNDLE"=>"true") do
Expand Down

0 comments on commit b203ccb

Please sign in to comment.