Skip to content

Commit

Permalink
fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Dec 12, 2024
1 parent 2771b50 commit caa6fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:
CXX: q++
CFLAGS: "-V gcc_ntox86_64"
CXXFLAGS: "-V gcc_ntox86_64"
QNX_TARGET: "${{ github.workspace }}/qnx800/target/qnx8"
CMAKE_FIND_ROOT_PATH: "${{ github.workspace }}/qnx800/target/qnx8;${{ github.workspace }}/qnx800/target/qnx8/x86_64"
QNX_TARGET: "${{ github.workspace }}/qnx800/target/qnx"
CMAKE_FIND_ROOT_PATH: "${{ github.workspace }}/qnx800/target/qnx;${{ github.workspace }}/qnx800/target/qnx/x86_64"
CONFIG_OPTS: "--host=x86_64-unknown-nto-qnx8.0.0"

jobs:
Expand Down

0 comments on commit caa6fd5

Please sign in to comment.