mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
From: Isak Johnsson, isak@hypergene.com
gcc cannot be used as the linker for C++ on Mac OS X see http://www.cocoabuilder.com/archive/message/xcode/2005/11/21/1356 use g++ instead of gcc
This commit is contained in:
parent
8ecc72511f
commit
f8f3af0a76
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CXX = gcc
|
|||
# preprocessor
|
||||
CPP = gcc -E
|
||||
# linker
|
||||
LD = gcc
|
||||
LD = g++
|
||||
# archiver
|
||||
AR = ar r
|
||||
|
||||
|
|
Loading…
Reference in a new issue