Skip to content

Commit

Permalink
cmake: fix typo in flag value for single threaded build
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon authored and andrewrk committed Jun 24, 2023
1 parent 8ced903 commit 13853be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ else()
set(ZIG_NO_LANGREF_ARG "")
endif()
if(ZIG_SINGLE_THREADED)
set(ZIG_SINGLE_THREADED_ARG "-fsingle-threaded")
set(ZIG_SINGLE_THREADED_ARG "-Dsingle-threaded")
else()
set(ZIG_SINGLE_THREADED_ARG "")
endif()
Expand Down

0 comments on commit 13853be

Please sign in to comment.