1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-25 17:34:02 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-12-13 22:10:17 +09:00
parent ae13cdc443
commit 1a882a14f8

View File

@ -1,6 +1,6 @@
#include "mold.h"
thread_local std::string script_dir;
static thread_local std::string script_dir;
static std::vector<std::string_view> tokenize(std::string_view input) {
std::vector<std::string_view> vec;