Skip to content

Commit

Permalink
fix linking path
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden Fox Ivey <[email protected]>
  • Loading branch information
aidenfoxivey committed Oct 24, 2024
1 parent 85d580c commit 89ee049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
run: ninja
working-directory: build
- name: Link with C++ program
run: g++ ../.github/tests/example_sig.cpp -g -lcrypto \
run: /
g++ ../.github/cpp_linking_example.cpp -g -lcrypto \
-Iinclude lib/liboqs.a -o example_sig --std=c++11
working-directory: build

Expand Down

0 comments on commit 89ee049

Please sign in to comment.