Skip to content

Commit

Permalink
SDL_BUILDING_LIBRARY is a SDL CMake module arg.
Browse files Browse the repository at this point in the history
This macro does not exists in SDL
  • Loading branch information
alef committed Feb 18, 2024
1 parent 06e301f commit 313b802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc-full-features/Cataclysm-lib-vcpkg-static.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_CONSOLE;SDL_SOUND;SDL_BUILDING_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CONSOLE;SDL_SOUND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<PreBuildEvent>
<Command>..\msvc-full-features\prebuild.cmd</Command>
Expand Down

0 comments on commit 313b802

Please sign in to comment.