Skip to content

Commit 47ffcda

Browse files
committed
Fix libsql linking error when building inside DevContainer on Mac
``` /usr/bin/ld: /lib/aarch64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line ```
1 parent bacbdf3 commit 47ffcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

everest-cpp/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ cd everest-core/build
3333
echo ""
3434
echo "You can now build everest-core with the following commands:"
3535
echo ""
36-
echo "cmake .. && make install -j$(nproc)"
36+
echo "cmake .. -DBUILD_SHARED_LIBS=on && make install -j$(nproc)"

0 commit comments

Comments
 (0)