Skip to content

Commit

Permalink
use simpler triple-.. for content location for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NicSavichev committed Dec 3, 2024
1 parent 0c168f2 commit c22ce03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion outerSpace/prog/jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if $(Dedicated) != yes {
BundleCopy =
platform/macOS/$(BundleName).icns ../Resources/$(BundleName).icns
;
if $(Config) != rel { BundleSymlink = ../Resources/game ../../.. ; }
opt on main/apple_main.mm = -D__S(X)=#X -DDAGOR_MACOSX_CONTENTS=__S(../../..) ;

if $(Config) = rel {
CopyTo = $(OutDir)/$(BundleName) ;
Expand Down
2 changes: 1 addition & 1 deletion samples/dngSceneViewer/prog/jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if $(Platform) in windows {
BundleCopy =
platform/macOS/$(Game).icns ../Resources/$(BundleName).icns
;
if $(Config) != rel { BundleSymlink = ../Resources/game ../../.. ; }
opt on main/apple_main.mm = -D__S(X)=#X -DDAGOR_MACOSX_CONTENTS=__S(../../..) ;

if $(Config) = rel {
CopyTo = $(OutDir)/$(BundleName) ;
Expand Down

0 comments on commit c22ce03

Please sign in to comment.