Skip to content

Commit

Permalink
Fix wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Dec 17, 2024
1 parent 4c9fa4b commit ec01008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN cd build \
&& make radfiles2daysim \
&& cd bin \
&& mv ds_illum epw2wea gen_dc oconv radfiles2daysim /build \
&& make clean
&& cd .. && make clean

# uncommenting line in CMakeLists to build rtrace_dc
RUN sed -i 's/#add_definitions(-DDAYSIM)/add_definitions(-DDAYSIM)/' /Daysim/src/rt/CMakeLists.txt \
Expand Down

0 comments on commit ec01008

Please sign in to comment.