diff options
author | 2019-01-22 19:09:26 +0100 | |
---|---|---|
committer | 2019-01-22 19:09:26 +0100 | |
commit | 2619be3e182c8661f9111611290a668a2e679f1a (patch) | |
tree | d46f2a39b992e32240f23a060e9007f964e18caa /docs/source/initialsetup | |
parent | 451f7e424e7c4fff455524f446ce069c0cde3a1b (diff) |
Doc: Minor fix (nw) (#4547)
Diffstat (limited to 'docs/source/initialsetup')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 8c21a550b16..44af60a91df 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -319,10 +319,10 @@ ARCHOPTS_CXX source files. ARCHOPTS_OBJC Additional command-line options to pass to the compiler when compiling - Objecive-C source files. + Objective-C source files. ARCHOPTS_OBJCXX Additional command-line options to pass to the compiler when compiling - Objecive-C++ source files. + Objective-C++ source files. Library/framework locations ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |