This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9a07c6b757418b169bd983705231b4f16e2b671a Mon Sep 17 00:00:00 2001 | |
From: Ziyi Yan <[email protected]> | |
Date: Fri, 22 Jan 2021 02:56:47 +0800 | |
Subject: [PATCH 2/2] fix cocoa | |
This patch is based on https://github.com/zeha/qemu/commit/5a1b1c113e2a630dd2a4e9c785326365979cafe6 | |
--- | |
meson.build | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 90a785462cef34259c04d51272e3ff47e4372f7c Mon Sep 17 00:00:00 2001 | |
From: Ziyi Yan <[email protected]> | |
Date: Fri, 22 Jan 2021 02:32:26 +0800 | |
Subject: [PATCH] fix ncursesw and cursesw not found | |
This patch is based on https://github.com/zeha/qemu/commit/7f2fa31e11dd10b4436d1546a8afad52a41ab581.patch | |
--- | |
meson.build | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -f ~/.bash_profile ] | |
then | |
. ~/.bash_profile | |
fi | |
export http_proxy='http://127.0.0.1:1087' | |
export https_proxy='http://127.0.0.1:1087' | |
export PS1="[PROXY] $PS1" |