diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-07-11 09:51:28 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-07-11 09:51:28 +0000 |
commit | 27039374cae151dfa4377e989474e115ffec362c (patch) | |
tree | 2ceef590dca99ecd048d1fa9bb098a92fadd1ceb /packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile | |
parent | c293ec8bfd19206e2d1f7c8959fc4a782cb04290 (diff) | |
download | fpc-27039374cae151dfa4377e989474e115ffec362c.tar.gz |
* regenerated Makefiles again
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@45766 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile')
-rw-r--r-- | packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile index daa49bdb06..e456f14c16 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile @@ -289,8 +289,8 @@ endif ifndef CROSSBINDIR CROSSBINDIR:=$(wildcard $(FPCDIR)/bin/$(TARGETSUFFIX)) endif -ifneq ($(findstring $(OS_TARGET),darwin iphonesim),) -ifeq ($(OS_SOURCE),darwin) +ifneq ($(findstring $(OS_TARGET),darwin iphonesim ios),) +ifneq ($(findstring $(OS_SOURCE),darwin ios),) DARWIN2DARWIN=1 endif endif @@ -2593,7 +2593,7 @@ DEBUGSYMEXT=.xcoff SHORTSUFFIX=mac IMPORTLIBPREFIX=imp endif -ifneq ($(findstring $(OS_TARGET),darwin iphonesim),) +ifneq ($(findstring $(OS_TARGET),darwin iphonesim ios),) BATCHEXT=.sh EXEEXT= HASSHAREDLIB=1 |