mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 13:06:38 +00:00
chore(libs): simplify embedded libs folder path
This commit is contained in:
@@ -570,7 +570,7 @@ class AbstractEmbedder
|
||||
end
|
||||
|
||||
def lib_dir_name
|
||||
"lib-#{OS.arch}-#{OS.version}"
|
||||
"lib-#{OS.arch}-#{OS.version.to_s.tr('.', '_')}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user