Skip to content

Commit

Permalink
Compile in current directory rather than hard-coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller authored Mar 4, 2024
1 parent 204d1b4 commit 6f59c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ hello() = println(c"Hello world!")
hello()

# Attempt to compile
compile_executable(hello, (), "C:\\jul\\JulWork\\parajul")
compile_executable(hello, (), pwd())

0 comments on commit 6f59c00

Please sign in to comment.