mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01: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.c',
|
||||
include_directories: unity_dir)
|
||||
include_directories: unity_dir,
|
||||
native: true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user