-mmacosx-version-min=10.9
This commit is contained in:
parent
b98c9c8a2e
commit
47d43f0a5b
@ -20,7 +20,7 @@ copt_msvc = cpp_compiler.get_id() in [ 'msvc' ]
|
|||||||
|
|
||||||
if cpp_compiler.get_id() in [ 'msvc' ]
|
if cpp_compiler.get_id() in [ 'msvc' ]
|
||||||
copt_compiler = 'msvc'
|
copt_compiler = 'msvc'
|
||||||
elif cpp_compiler.get_id() in [ 'gcc' ]
|
elif cpp_compiler.get_id() in [ 'gcc', 'clang' ]
|
||||||
copt_compiler = 'gcc'
|
copt_compiler = 'gcc'
|
||||||
else
|
else
|
||||||
warning('unsupported compiler: ' + cpp_compiler.get_id() + '; you are on your own')
|
warning('unsupported compiler: ' + cpp_compiler.get_id() + '; you are on your own')
|
||||||
@ -53,7 +53,7 @@ endif
|
|||||||
|
|
||||||
uopt_static = get_option('static')
|
uopt_static = get_option('static')
|
||||||
use_tpt_libs = 'no'
|
use_tpt_libs = 'no'
|
||||||
tpt_libs_vtag = 'v20210320221332'
|
tpt_libs_vtag = 'v20210409104352'
|
||||||
if uopt_static == 'system'
|
if uopt_static == 'system'
|
||||||
if copt_platform == 'win'
|
if copt_platform == 'win'
|
||||||
error('no way to find static system libraries on windows')
|
error('no way to find static system libraries on windows')
|
||||||
@ -208,6 +208,10 @@ else
|
|||||||
'-fomit-frame-pointer',
|
'-fomit-frame-pointer',
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
if copt_platform == 'mac'
|
||||||
|
args_ccomp += [ '-mmacosx-version-min=10.9' ]
|
||||||
|
project_link_args += [ '-mmacosx-version-min=10.9' ]
|
||||||
|
endif
|
||||||
project_c_args += args_ccomp
|
project_c_args += args_ccomp
|
||||||
project_cpp_args += args_ccomp + [ '-Wno-invalid-offsetof' ]
|
project_cpp_args += args_ccomp + [ '-Wno-invalid-offsetof' ]
|
||||||
endif
|
endif
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
[wrap-file]
|
|
||||||
directory = tpt-libs-prebuilt-i686-win-msvc-dynamic-v20210320221332
|
|
||||||
|
|
||||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210320221332/tpt-libs-prebuilt-i686-win-msvc-dynamic-v20210320221332.zip
|
|
||||||
source_filename = tpt-libs-prebuilt-i686-win-msvc-dynamic-v20210320221332.zip
|
|
||||||
source_hash = 9589cc47f30bb1f1b19496d5355bade6a8fe84c09de5f4ce4ce394386c3cdb95
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[wrap-file]
|
||||||
|
directory = tpt-libs-prebuilt-i686-win-msvc-dynamic-v20210409104352
|
||||||
|
|
||||||
|
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210409104352/tpt-libs-prebuilt-i686-win-msvc-dynamic-v20210409104352.zip
|
||||||
|
source_filename = tpt-libs-prebuilt-i686-win-msvc-dynamic-v20210409104352.zip
|
||||||
|
source_hash = 540560540220d43e80a516e4b081959725abecf5fc4526bfe82135b93c5dadc6
|
@ -1,6 +0,0 @@
|
|||||||
[wrap-file]
|
|
||||||
directory = tpt-libs-prebuilt-i686-win-msvc-static-v20210320221332
|
|
||||||
|
|
||||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210320221332/tpt-libs-prebuilt-i686-win-msvc-static-v20210320221332.zip
|
|
||||||
source_filename = tpt-libs-prebuilt-i686-win-msvc-static-v20210320221332.zip
|
|
||||||
source_hash = c3f8174885766df351be0597dc98315bb99e4b39a58d3b2d629956642b6c64bf
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[wrap-file]
|
||||||
|
directory = tpt-libs-prebuilt-i686-win-msvc-static-v20210409104352
|
||||||
|
|
||||||
|
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210409104352/tpt-libs-prebuilt-i686-win-msvc-static-v20210409104352.zip
|
||||||
|
source_filename = tpt-libs-prebuilt-i686-win-msvc-static-v20210409104352.zip
|
||||||
|
source_hash = d9c6bfe60178d6948700d702d06cf2c189b64c912659c3e908610a9e284abad6
|
@ -1,6 +0,0 @@
|
|||||||
[wrap-file]
|
|
||||||
directory = tpt-libs-prebuilt-x86_64-lin-gcc-static-v20210320221332
|
|
||||||
|
|
||||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210320221332/tpt-libs-prebuilt-x86_64-lin-gcc-static-v20210320221332.zip
|
|
||||||
source_filename = tpt-libs-prebuilt-x86_64-lin-gcc-static-v20210320221332.zip
|
|
||||||
source_hash = 9b2c0031f724e3f66447f74f3975af8da9f9fa4dff717f21e58dd3ef525af7a9
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[wrap-file]
|
||||||
|
directory = tpt-libs-prebuilt-x86_64-lin-gcc-static-v20210409104352
|
||||||
|
|
||||||
|
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210409104352/tpt-libs-prebuilt-x86_64-lin-gcc-static-v20210409104352.zip
|
||||||
|
source_filename = tpt-libs-prebuilt-x86_64-lin-gcc-static-v20210409104352.zip
|
||||||
|
source_hash = ea6761ceaf903b97cf695c6e703a903d8598216b894699c6d33df01612fcfd45
|
@ -1,6 +0,0 @@
|
|||||||
[wrap-file]
|
|
||||||
directory = tpt-libs-prebuilt-x86_64-mac-gcc-static-v20210320221332
|
|
||||||
|
|
||||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210320221332/tpt-libs-prebuilt-x86_64-mac-gcc-static-v20210320221332.zip
|
|
||||||
source_filename = tpt-libs-prebuilt-x86_64-mac-gcc-static-v20210320221332.zip
|
|
||||||
source_hash = 478f9fe93376439b2b9f07f22009433a264ebb40f11fa493f6b12f6540392125
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[wrap-file]
|
||||||
|
directory = tpt-libs-prebuilt-x86_64-mac-gcc-static-v20210409104352
|
||||||
|
|
||||||
|
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210409104352/tpt-libs-prebuilt-x86_64-mac-gcc-static-v20210409104352.zip
|
||||||
|
source_filename = tpt-libs-prebuilt-x86_64-mac-gcc-static-v20210409104352.zip
|
||||||
|
source_hash = ed380d140e823442e280aa86c8b957cb78d32dea6a38ff09628d346a94bf4ec8
|
@ -1,6 +0,0 @@
|
|||||||
[wrap-file]
|
|
||||||
directory = tpt-libs-prebuilt-x86_64-win-msvc-dynamic-v20210320221332
|
|
||||||
|
|
||||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210320221332/tpt-libs-prebuilt-x86_64-win-msvc-dynamic-v20210320221332.zip
|
|
||||||
source_filename = tpt-libs-prebuilt-x86_64-win-msvc-dynamic-v20210320221332.zip
|
|
||||||
source_hash = 622b81d1438857e9bf955ed59035e2e99d050b53f4a04befbb4feda4a259e68d
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[wrap-file]
|
||||||
|
directory = tpt-libs-prebuilt-x86_64-win-msvc-dynamic-v20210409104352
|
||||||
|
|
||||||
|
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210409104352/tpt-libs-prebuilt-x86_64-win-msvc-dynamic-v20210409104352.zip
|
||||||
|
source_filename = tpt-libs-prebuilt-x86_64-win-msvc-dynamic-v20210409104352.zip
|
||||||
|
source_hash = 28044391e5caad42e4707cb75a4684f562a595d2c415d4d76b400cf91a7a8d8e
|
@ -1,6 +0,0 @@
|
|||||||
[wrap-file]
|
|
||||||
directory = tpt-libs-prebuilt-x86_64-win-msvc-static-v20210320221332
|
|
||||||
|
|
||||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210320221332/tpt-libs-prebuilt-x86_64-win-msvc-static-v20210320221332.zip
|
|
||||||
source_filename = tpt-libs-prebuilt-x86_64-win-msvc-static-v20210320221332.zip
|
|
||||||
source_hash = 20d647a5fd64c1bb7118ed8843c21845bcf648f39efa925b2a38757c0eb8f562
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[wrap-file]
|
||||||
|
directory = tpt-libs-prebuilt-x86_64-win-msvc-static-v20210409104352
|
||||||
|
|
||||||
|
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20210409104352/tpt-libs-prebuilt-x86_64-win-msvc-static-v20210409104352.zip
|
||||||
|
source_filename = tpt-libs-prebuilt-x86_64-win-msvc-static-v20210409104352.zip
|
||||||
|
source_hash = 3b7265612a3030624f0b8d01b861dcc77c68638316ada94bc61488639d87672b
|
Loading…
Reference in New Issue
Block a user