Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
...and fix macos compile also(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Oct 4, 2023
1 parent 3936a05 commit 6295404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maekfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (maek.OS === "windows") {
`-O2`, //optimize
//include paths for nest libraries:
`-I${NEST_LIBS}/SDL2/include/SDL2`, `-D_THREAD_SAFE`, //the output of sdl-config --cflags
`-I${NEST_LIBS}/glm/include`,
`-I${NEST_LIBS}/glm/include`, `-Wno-deprecated-declarations`, //because of vsprintf in string_cast
`-I${NEST_LIBS}/libpng/include`,
`-I${NEST_LIBS}/opusfile/include`,
`-I${NEST_LIBS}/libopus/include`,
Expand Down

0 comments on commit 6295404

Please sign in to comment.