File tree 12 files changed +18
-13
lines changed
graalpython/lib-graalpython
12 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018, 2024 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2018, 2025 , Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
@@ -96,7 +96,12 @@ def _get_posix_vars():
96
96
g ['CFLAGS' ] = ' ' .join (cflags_default + [gnu_source ])
97
97
g ['LDFLAGS' ] = ""
98
98
g ['CCSHARED' ] = fpic
99
- g ['MACOSX_DEPLOYMENT_TARGET' ] = "" # for linux it should return empty string and for macOS we should figure out how to get that value
99
+ if darwin_native :
100
+ # MACOSX_DEPLOYMENT_TARGET is taken from the minimum version we build
101
+ # GraalPy for, which is currently BigSur
102
+ g ['MACOSX_DEPLOYMENT_TARGET' ] = "11"
103
+ else :
104
+ g ['MACOSX_DEPLOYMENT_TARGET' ] = ""
100
105
if darwin_native :
101
106
g ['LDFLAGS' ] = "-bundle -undefined dynamic_lookup"
102
107
ldshared_common = g ['LDFLAGS' ]
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2023, 2024 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2023, 2025 , Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
You can’t perform that action at this time.
0 commit comments