Skip to content

Commit

Permalink
j4-dmenu-desktop: Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meator committed May 9, 2024
1 parent b109502 commit e0b26d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packaging/j4-dmenu-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ So a corrected `cmake` command line would be constructed like this:
cmake -DWITH_GIT_CATCH=NO -DCATCH_INCLUDE_DIR=$XBPS_CROSS_BASE/usr/include/catch2 ..
```

But there's a problem: We are no longer executing `cmake`, the build system
But there's a problem: We are no longer executing `cmake`, the build style
does. A solution is to use one of the configuration variables the `cmake` build
style provides, namely `configure_args`.

Expand Down

0 comments on commit e0b26d4

Please sign in to comment.