mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Corrected comment; -framework XXX is only for linking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18045 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32b8e14eab
commit
0ce9efadd3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
# To compile something against a native library, you can use
|
||||
# ADDITIONAL_NATIVE_LIBS += MyLibrary
|
||||
# This will be converted into -lMyLibrary link flag on unix/windows, and
|
||||
# into -framework MyLibrary compile/link flag on apple.
|
||||
# into -framework MyLibrary link flag on apple.
|
||||
|
||||
ifeq ($(FOUNDATION_LIB), apple)
|
||||
|
||||
|
|
Loading…
Reference in a new issue