Skip to content

Commit

Permalink
fix(build): i am stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed May 3, 2024
1 parent 47a6405 commit dfb4301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ target_include_directories(dmusic PRIVATE src)
target_compile_definitions(dmusic PRIVATE DM_BUILD=1)
target_compile_options(dmusic PRIVATE ${_DM_COMPILE_FLAGS})
target_link_options(dmusic PRIVATE ${_DM_LINK_FLAGS})
target_link_libraries(dmusic PRIVATE tsf)
target_link_libraries(dmusic PRIVATE dmusic-tsf)

if (MINGW)
target_compile_definitions(dmusic PRIVATE _POSIX_C_SOURCE=1)
Expand Down
1 change: 1 addition & 0 deletions src/thread/Thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//
// https://github.com/jtsiomb/c11threads
#pragma once
#include "dmusic.h"

/* If you wish to use this with pthread-win32 (i.e. use the POSIX threads wrapper
* instead of the native win32 API implementation of C11 threads), then just
Expand Down

0 comments on commit dfb4301

Please sign in to comment.