mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
macOS: fix bundling on Monterey
The behavior of flags for strip changed exactly like the man page warned it would. Oops.
This commit is contained in:
@ -97,7 +97,7 @@ def install_name_tool(exec, action, path1, path2 = nil)
|
|||||||
end
|
end
|
||||||
|
|
||||||
def strip(lib)
|
def strip(lib)
|
||||||
out, _ = Open3.capture2("strip", "-SNTx", lib)
|
out, _ = Open3.capture2("strip", "-Sx", lib)
|
||||||
print out
|
print out
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user