From 1fa27a5aae9fdf6f4044f9d365aed38d216c8601 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 16 Mar 2022 18:35:56 -0400 Subject: Remove wcwidth port DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to and compiled into . --- port/wcwidth/wcfix.in | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 port/wcwidth/wcfix.in (limited to 'port/wcwidth/wcfix.in') diff --git a/port/wcwidth/wcfix.in b/port/wcwidth/wcfix.in deleted file mode 100644 index 832c83d6..00000000 --- a/port/wcwidth/wcfix.in +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -eu - -export DYLD_FORCE_FLAT_NAMESPACE=1 -export DYLD_INSERT_LIBRARIES=%%PREFIX%%/lib/libwcwidth.dylib - -exec "$@" -- cgit 1.4.1