mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-15 11:22:34 +02:00
* fixes mistake in r17664
git-svn-id: trunk@17667 -
This commit is contained in:
parent
354d0520b7
commit
0b9099f13f
@ -1477,7 +1477,7 @@ begin
|
||||
begin
|
||||
if target_info.system in systems_darwin then
|
||||
begin
|
||||
if not UnsetBool(More, j) then
|
||||
if UnsetBool(More, j) then
|
||||
apptype:=app_cui
|
||||
else
|
||||
apptype:=app_bundle
|
||||
|
Loading…
Reference in New Issue
Block a user