We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--ccflags
1 parent 730d4f4 commit a66de5bCopy full SHA for a66de5b
build_app.jl
@@ -119,8 +119,9 @@ env = copy(ENV)
119
env["LD_LIBRARY_PATH"]="$libsDir:$libsDir/julia"
120
env["COMPILING_APPLE_BUNDLE"]="true"
121
# Compile executable and copy julia libs to $launcherDir.
122
-juliac_cmd = `julia $(Pkg.dir())/PackageCompiler/juliac.jl -aej -Cx86-64 --ccflags='-mmacosx-version-min=10.10' $jl_main_file
+juliac_cmd = `julia $(Pkg.dir())/PackageCompiler/juliac.jl -aej -Cx86-64 --cc-flags='-mmacosx-version-min=10.10' $jl_main_file
123
"$(Pkg.dir())/PackageCompiler/examples/program.c" $launcherDir`
124
+verbose && println(" $juliac_cmd")
125
verbose && insert!(juliac_cmd.exec, 3, "-v")
126
run(setenv(juliac_cmd, env))
127
0 commit comments