mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-25 21:31:12 +00:00
OSX with port seems to work out of the box
This commit is contained in:
parent
2bd4ea84f0
commit
155fb227e6
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class Config:
|
|||
if 'setup' in self.target_selected:
|
||||
self.Setup()
|
||||
|
||||
if ( self.platform != 'win32' ):
|
||||
if ( self.platform == 'Linux' ):
|
||||
finish_command = Command( 'finish', [], self.FinishBuild )
|
||||
Depends( finish_command, DEFAULT_TARGETS )
|
||||
Default( finish_command )
|
||||
|
|
Loading…
Reference in a new issue