Skip to content

Commit

Permalink
MacOS / Xcode updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbui78 committed Oct 25, 2021
1 parent af5bdac commit 830284f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/*
.DS_Store
3 changes: 2 additions & 1 deletion optionsframe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ void YaLuxOptionsFrame::applyChanges()
//YaLuxGlobal.LuxExecPath = execPath->getValue() + "/luxconsole.exe";
YaLuxGlobal.LuxExecPath = execPath->getValue() + "/luxcoreconsole.exe";
#elif defined( Q_WS_MAC )
YaLuxGlobal.LuxExecPath = execPath->getValue() + "/Luxrender.app/Contents/MacOS/luxconsole";
//YaLuxGlobal.LuxExecPath = execPath->getValue() + "/Luxrender.app/Contents/MacOS/luxconsole";
YaLuxGlobal.LuxExecPath = execPath->getValue() + "/LuxCore.app/Contents/MacOS/luxcoreconsole";
#endif
YaLuxGlobal.CmdLineArgs = argumentList->getValue();

Expand Down
2 changes: 1 addition & 1 deletion utility_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <QtCore/QThread>
#include "dztexture.h"

#include "luxcore\DzMaterialToLuxCoreMaterial.h"
#include "luxcore/DzMaterialToLuxCoreMaterial.h"

const QStringList LXSfilm = QStringList() <<
"Film \"fleximage\"\n" <<
Expand Down

0 comments on commit 830284f

Please sign in to comment.