mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Fix invalid Baseaddress must be > 0x200000000 on cygwin
This commit is contained in:
parent
5a545ca9bd
commit
a7adffdd47
@ -8,7 +8,7 @@ _cygwinFixAutoImageBase() {
|
||||
if [ -f /etc/rebasenix.nextbase ]; then
|
||||
NEXTBASE="$(</etc/rebasenix.nextbase)"
|
||||
fi
|
||||
NEXTBASE=${NEXTBASE:-0x200000000}
|
||||
NEXTBASE=${NEXTBASE:-0x200000001}
|
||||
|
||||
REBASE=(`/bin/rebase -i $DLL`)
|
||||
BASE=${REBASE[2]}
|
||||
|
Loading…
Reference in New Issue
Block a user