Skip to content

Commit 5f18e86

Browse files
committed
Added line about LSL_UNIXFOLDERS
1 parent 7765754 commit 5f18e86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/dev/app_build.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the specific application build instructions first.
3232

3333
- Windows: :cmd:`rmdir /S build`; Others: :cmd:`rm -Rf build`
3434

35-
4. Configure the project using :ref:`buildenvcmake`
35+
4. Configure the project using :ref:`lslbuildenv` cmake.
3636

3737
- Option 1 - Visual Studio 2017 or later
3838

@@ -158,6 +158,8 @@ command.
158158

159159
- Location of liblsl (see :doc:`LSL_INSTALL_ROOT`)
160160

161+
- Use ``-DLSL_UNIXFOLDERS=0`` on MacOS if your application is not bundled with its dylib.
162+
161163
- Please check the application's README and/or BUILD document for more options.
162164

163165

0 commit comments

Comments
 (0)