mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-06 13:50:49 +08:00
Merge pull request #635 from Westlanderz/bugfix/Cross-compiling-set-native
Fix compiling native when main project is cross-compiling
This commit is contained in:
@ -8,4 +8,6 @@ unity_dir = include_directories('.')
|
|||||||
|
|
||||||
unity_lib = static_library(meson.project_name(),
|
unity_lib = static_library(meson.project_name(),
|
||||||
'unity.c',
|
'unity.c',
|
||||||
include_directories: unity_dir)
|
include_directories: unity_dir,
|
||||||
|
native: true
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user