mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -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
|
||||
|
||||
def strip(lib)
|
||||
out, _ = Open3.capture2("strip", "-SNTx", lib)
|
||||
out, _ = Open3.capture2("strip", "-Sx", lib)
|
||||
print out
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user