Skip to content

Commit

Permalink
Fixed etc/entrypoint.sh's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Jan 2, 2024
1 parent eeefe02 commit c4a95b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ chmod a+x ./etc/install_cmake.sh
# Run the build and package it.
#
time ./runme_nolog.sh \
-D BUILD_PYTHON=ON #works \
-D MRV2_PYFLTK=ON #works \
-D MRV2_PYBIND11=ON #works \
-D BUILD_PYTHON=ON \
-D MRV2_PYFLTK=ON \
-D MRV2_PYBIND11=ON \
-D MRV2_NETWORK=ON \
-D MRV2_PDF=ON \
-D TLRENDER_ASAN=OFF \
-D TLRENDER_NET=ON \
-D TLRENDER_OCIO=ON \
-D TLRENDER_RAW=ON \
-D TLRENDER_USD=ON #works \
-D TLRENDER_USD=ON \
-D TLRENDER_VPX=ON \
-D TLRENDER_WAYLAND=ON \
-D TLRENDER_YASM=ON \
Expand Down

0 comments on commit c4a95b1

Please sign in to comment.