mirror of
https://github.com/rui314/mold.git
synced 2024-12-26 01:44:29 +03:00
temporary
This commit is contained in:
parent
ae13cdc443
commit
1a882a14f8
@ -1,6 +1,6 @@
|
|||||||
#include "mold.h"
|
#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) {
|
static std::vector<std::string_view> tokenize(std::string_view input) {
|
||||||
std::vector<std::string_view> vec;
|
std::vector<std::string_view> vec;
|
||||||
|
Loading…
Reference in New Issue
Block a user