Re: [webkit-dev] How can I reset the $DYLD_FRAMEWORK_PATH to the default value?

2018-06-08 Thread Dan Bernstein


> On Jun 8, 2018, at 8:20 AM, Jingbin Yu  wrote:
> 
> But if I run my WebKit build, the variable will be set... so.. I mean how can 
> I make it empty again after running my WebKit...(I can't see this variable by 
> using 'env' in the terminal)

None of the scripts in Tools/Scripts leave the variable set outside the scope 
of the script execution. So unless you set it yourself in some context (such as 
your current shell), you don’t need to worry about it. If you do set it, then 
simply un-setting it should suffice.

> 
> At 2018-06-08 23:12:51, "Dan Bernstein"  wrote:
> 
> 
>> On Jun 8, 2018, at 6:19 AM, Jingbin Yu  wrote:
>> 
>> Hi, everybody:
>> As what's said on webkit.org, running the WebKit I built involves changing 
>> the value of $DYLD_FRAMEWORK_PATH environment variable to point to my build 
>> products, making Safari load my WebKit build instead of using the one 
>> installed in /System/Library/Frameworks, but after running my WebKit build, 
>> how can I reset the $DYLD_FRAMEWORK_PATH value to let it point to the WebKit 
>> installed in /System/Library/Frameworks to recover to the default framework?
> 
> By default, DYLD_FRAMEWORK_PATH is empty (or not set).
> 
>> 
>> Thanks a lot!~
>> 
>> 
>> 
>>  
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> 
>  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] How can I reset the $DYLD_FRAMEWORK_PATH to the default value?

2018-06-08 Thread Jingbin Yu
Wait... I may understand...I can let it be empty...
Sorry to disturb you...

在 2018-06-08 23:20:44,"Jingbin Yu"  写道:
But if I run my WebKit build, the variable will be set... so.. I mean how can I 
make it empty again after running my WebKit...(I can't see this variable by 
using 'env' in the terminal)

At 2018-06-08 23:12:51, "Dan Bernstein"  wrote:




On Jun 8, 2018, at 6:19 AM, Jingbin Yu  wrote:


Hi, everybody:
As what's said on webkit.org, running the WebKit I built involves changing the 
value of $DYLD_FRAMEWORK_PATHenvironment variable to point to my build 
products, making Safari load my WebKit build instead of using the one installed 
in /System/Library/Frameworks, but after running my WebKit build, how can I 
reset the $DYLD_FRAMEWORK_PATH value to let it point to the WebKit installed in 
/System/Library/Frameworks to recover to the default framework?


By default, DYLD_FRAMEWORK_PATH is empty (or not set).




Thanks a lot!~






 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev





 ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] How can I reset the $DYLD_FRAMEWORK_PATH to the default value?

2018-06-08 Thread Jingbin Yu
But if I run my WebKit build, the variable will be set... so.. I mean how can I 
make it empty again after running my WebKit...(I can't see this variable by 
using 'env' in the terminal)

At 2018-06-08 23:12:51, "Dan Bernstein"  wrote:




On Jun 8, 2018, at 6:19 AM, Jingbin Yu  wrote:


Hi, everybody:
As what's said on webkit.org, running the WebKit I built involves changing the 
value of $DYLD_FRAMEWORK_PATHenvironment variable to point to my build 
products, making Safari load my WebKit build instead of using the one installed 
in /System/Library/Frameworks, but after running my WebKit build, how can I 
reset the $DYLD_FRAMEWORK_PATH value to let it point to the WebKit installed in 
/System/Library/Frameworks to recover to the default framework?


By default, DYLD_FRAMEWORK_PATH is empty (or not set).




Thanks a lot!~






 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] How can I reset the $DYLD_FRAMEWORK_PATH to the default value?

2018-06-08 Thread Dan Bernstein


> On Jun 8, 2018, at 6:19 AM, Jingbin Yu  wrote:
> 
> Hi, everybody:
> As what's said on webkit.org, running the WebKit I built involves changing 
> the value of $DYLD_FRAMEWORK_PATH environment variable to point to my build 
> products, making Safari load my WebKit build instead of using the one 
> installed in /System/Library/Frameworks, but after running my WebKit build, 
> how can I reset the $DYLD_FRAMEWORK_PATH value to let it point to the WebKit 
> installed in /System/Library/Frameworks to recover to the default framework?

By default, DYLD_FRAMEWORK_PATH is empty (or not set).

> 
> Thanks a lot!~
> 
> 
> 
>  
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] How can I reset the $DYLD_FRAMEWORK_PATH to the default value?

2018-06-08 Thread Jingbin Yu
Hi, everybody:
As what's said on webkit.org, running the WebKit I built involves changing the 
value of $DYLD_FRAMEWORK_PATHenvironment variable to point to my build 
products, making Safari load my WebKit build instead of using the one installed 
in /System/Library/Frameworks, but after running my WebKit build, how can I 
reset the $DYLD_FRAMEWORK_PATH value to let it point to the WebKit installed in 
/System/Library/Frameworks to recover to the default framework?


Thanks a lot!~

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev