Skip to content

Commit

Permalink
using correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Mar 25, 2024
1 parent f5c14d7 commit 4d04f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildWasmDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ADD ./test /test
RUN mkdir -p /xeus-build && cd /xeus-build && \
emcmake cmake .. \
-DCMAKE_INSTALL_PREFIX=/install \
-Dnlohmann_json_DIR=/install/lib/cmake/nlohmann_json \
-Dnlohmann_json_DIR=/install/share/cmake/nlohmann_json \
-Dxtl_DIR=/install/share/cmake/xtl \
-Dxeus_DIR=/install/lib/cmake/xeus \
-DXEUS_LITE_BUILD_BROWSER_TEST_KERNEL=ON \
Expand Down

0 comments on commit 4d04f51

Please sign in to comment.