@@ -305,15 +305,15 @@ jobs:
305
305
"arch": "amd64",
306
306
"os": "Windows",
307
307
"cc": "cl",
308
- "ccflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
308
+ "cflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
309
309
"cxx": "cl",
310
310
"cxxflags": "${{ steps.context.outputs.WINDOWS_CMAKE_CXX_FLAGS }}"
311
311
},
312
312
{
313
313
"arch": "arm64",
314
314
"os": "Windows",
315
315
"cc": "cl",
316
- "ccflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
316
+ "cflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
317
317
"cxx": "cl",
318
318
"cxxflags": "${{ steps.context.outputs.WINDOWS_CMAKE_CXX_FLAGS }}"
319
319
}
@@ -326,7 +326,7 @@ jobs:
326
326
"arch": "amd64",
327
327
"os": "Windows",
328
328
"cc": "cl",
329
- "ccflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
329
+ "cflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
330
330
"cxx": "cl",
331
331
"cxxflags": "${{ steps.context.outputs.WINDOWS_CMAKE_CXX_FLAGS }}"
332
332
}
@@ -339,7 +339,7 @@ jobs:
339
339
"arch": "amd64",
340
340
"os": "Windows",
341
341
"cc": "cl",
342
- "ccflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
342
+ "cflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
343
343
"cxx": "cl",
344
344
"cxxflags": "${{ steps.context.outputs.WINDOWS_CMAKE_CXX_FLAGS }}",
345
345
"extra_flags": ""
@@ -348,7 +348,7 @@ jobs:
348
348
"arch": "arm64",
349
349
"os": "Windows",
350
350
"cc": "cl",
351
- "ccflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
351
+ "cflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
352
352
"cxx": "cl",
353
353
"cxxflags": "${{ steps.context.outputs.WINDOWS_CMAKE_CXX_FLAGS }}",
354
354
"extra_flags": ""
@@ -357,7 +357,7 @@ jobs:
357
357
"arch": "x86",
358
358
"os": "Windows",
359
359
"cc": "cl",
360
- "ccflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
360
+ "cflags ": "${{ steps.context.outputs.WINDOWS_CMAKE_C_FLAGS }}",
361
361
"cxx": "cl",
362
362
"cxxflags": "${{ steps.context.outputs.WINDOWS_CMAKE_CXX_FLAGS }}",
363
363
"extra_flags": ""
@@ -366,7 +366,7 @@ jobs:
366
366
"arch": "arm64",
367
367
"os": "Android",
368
368
"cc": "clang",
369
- "ccflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
369
+ "cflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
370
370
"cxx": "clang++",
371
371
"cxxflags": "${{ steps.context.outputs.ANDROID_CMAKE_CXX_FLAGS }}",
372
372
"extra_flags": "-DCMAKE_ANDROID_API=${{ inputs.ANDROID_API_LEVEL }} -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a"
@@ -375,7 +375,7 @@ jobs:
375
375
"arch": "armv7",
376
376
"os": "Android",
377
377
"cc": "clang",
378
- "ccflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
378
+ "cflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
379
379
"cxx": "clang++",
380
380
"cxxflags": "${{ steps.context.outputs.ANDROID_CMAKE_CXX_FLAGS }}",
381
381
"extra_flags": "-DCMAKE_ANDROID_API=${{ inputs.ANDROID_API_LEVEL }} -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a"
@@ -384,7 +384,7 @@ jobs:
384
384
"arch": "i686",
385
385
"os": "Android",
386
386
"cc": "clang",
387
- "ccflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
387
+ "cflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
388
388
"cxx": "clang++",
389
389
"cxxflags": "${{ steps.context.outputs.ANDROID_CMAKE_CXX_FLAGS }}",
390
390
"extra_flags": "-DCMAKE_ANDROID_API=${{ inputs.ANDROID_API_LEVEL }} -DCMAKE_ANDROID_ARCH_ABI=x86"
@@ -393,7 +393,7 @@ jobs:
393
393
"arch": "x86_64",
394
394
"os": "Android",
395
395
"cc": "clang",
396
- "ccflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
396
+ "cflags ": "${{ steps.context.outputs.ANDROID_CMAKE_C_FLAGS }}",
397
397
"cxx": "clang++",
398
398
"cxxflags": "${{ steps.context.outputs.ANDROID_CMAKE_CXX_FLAGS }}",
399
399
"extra_flags": "-DCMAKE_ANDROID_API=${{ inputs.ANDROID_API_LEVEL }} -DCMAKE_ANDROID_ARCH_ABI=x86_64"
@@ -407,15 +407,15 @@ jobs:
407
407
"arch": "x86_64",
408
408
"os": "Darwin",
409
409
"cc": "clang",
410
- "ccflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
410
+ "cflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
411
411
"cxx": "clang++",
412
412
"cxxflags": "${{ steps.context.outputs.DARWIN_CMAKE_CXX_FLAGS }}"
413
413
},
414
414
{
415
415
"arch": "aarch64",
416
416
"os": "Darwin",
417
417
"cc": "clang",
418
- "ccflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
418
+ "cflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
419
419
"cxx": "clang++",
420
420
"cxxflags": "${{ steps.context.outputs.DARWIN_CMAKE_CXX_FLAGS }}"
421
421
}
@@ -428,7 +428,7 @@ jobs:
428
428
"arch": "aarch64",
429
429
"os": "Darwin",
430
430
"cc": "clang",
431
- "ccflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
431
+ "cflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
432
432
"cxx": "clang++",
433
433
"cxxflags": "${{ steps.context.outputs.DARWIN_CMAKE_CXX_FLAGS }}"
434
434
}
@@ -441,7 +441,7 @@ jobs:
441
441
"arch": "x86_64",
442
442
"os": "Darwin",
443
443
"cc": "clang",
444
- "ccflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
444
+ "cflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
445
445
"cxx": "clang++",
446
446
"cxxflags": "${{ steps.context.outputs.DARWIN_CMAKE_CXX_FLAGS }}",
447
447
"extra_flags": ""
@@ -450,7 +450,7 @@ jobs:
450
450
"arch": "aarch64",
451
451
"os": "Darwin",
452
452
"cc": "clang",
453
- "ccflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
453
+ "cflags ": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",
454
454
"cxx": "clang++",
455
455
"cxxflags": "${{ steps.context.outputs.DARWIN_CMAKE_CXX_FLAGS }}",
456
456
"extra_flags": ""
0 commit comments