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.
1 parent f74606c commit e823ac2Copy full SHA for e823ac2
1 file changed
vlib/v/slow_tests/run_project_folders/compile_obj_file_and_link_separately/main.v
@@ -2,7 +2,7 @@ module main
2
3
import os
4
5
-const tfolder = os.join_path(os.vtmp_dir(), 'vobjfile_${os.getuid()}')
+const tfolder = os.join_path(os.vtmp_dir(), 'vobjfile_${os.getpid()}')
6
const vexe = os.quoted_path(@VEXE)
7
const gcc = os.quoted_path(os.find_abs_path_of_executable('gcc') or {
8
println('This program needs `gcc` to be present.')
0 commit comments