Skip to content

Commit 413da8b

Browse files
committed
ci: fix misc-tooling, V self compilation with g++ and -std=c++11
1 parent f5fc0f9 commit 413da8b

File tree

1 file changed

+1
-1
lines changed
  • thirdparty/stdatomic/nix/cpp

1 file changed

+1
-1
lines changed

thirdparty/stdatomic/nix/cpp/gen.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn get_search_paths(cc string) []string {
7575
return search_path.map(os.real_path(it.all_before('(').trim_space()))
7676
}
7777

78-
fn find_file(search_paths []string, file string) ?string {
78+
fn find_file(search_paths []string, file string) !string {
7979
for search_path in search_paths {
8080
if os.exists(os.join_path(search_path, file)) {
8181
return os.join_path(search_path, file)

0 commit comments

Comments
 (0)