mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
Conditionalize the creation of our build symlink.
This commit is contained in:
parent
5d3dc9ff14
commit
a4240aaa36
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Makefile for GtkRadiant.app, requires http://macdylibbundler.sourceforge.net/
|
# Makefile for GtkRadiant.app, requires http://macdylibbundler.sourceforge.net/
|
||||||
|
|
||||||
|
BUILD = ../build
|
||||||
INSTALL = ../install
|
INSTALL = ../install
|
||||||
TARGET = target
|
TARGET = target
|
||||||
RESOURCES = $(TARGET)/GtkRadiant.app/Contents/Resources
|
RESOURCES = $(TARGET)/GtkRadiant.app/Contents/Resources
|
||||||
|
@ -54,7 +55,7 @@ bundle:
|
||||||
# The Radiant plugins (modules) are a little funky
|
# The Radiant plugins (modules) are a little funky
|
||||||
# Some of them are actually linked against the build directory
|
# Some of them are actually linked against the build directory
|
||||||
|
|
||||||
ln -s ../build ./build
|
test -L build || ln -s $(BUILD)
|
||||||
|
|
||||||
dylibbundler -b \
|
dylibbundler -b \
|
||||||
-x $(INSTDIR)/radiant.bin \
|
-x $(INSTDIR)/radiant.bin \
|
||||||
|
|
Loading…
Reference in a new issue