mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-23 04:09:50 +00:00
add assembler flags needed for cmake
This commit is contained in:
parent
4387d80fb1
commit
6fef97e445
5
INSTALL
5
INSTALL
@ -39,7 +39,10 @@ beyond the scope of this quick guide.
|
||||
|
||||
If you have gcc and clang both installed, then cmake currently defaults to
|
||||
selecting gcc. You should override this by adding `-DCMAKE_C_COMPILER=clang
|
||||
-DCMAKE_CXX_COMPILER` to your Objective-C flags.
|
||||
-DCMAKE_CXX_COMPILER=clang` to your Objective-C flags.
|
||||
You will probably also need to add
|
||||
'-DCMAKE_ASM_COMPILER=clang -DCMAKE_ASM_FLAGS=-c -DTESTS=OFF'
|
||||
|
||||
|
||||
Running the Tests
|
||||
-----------------
|
||||
|
Loading…
Reference in New Issue
Block a user