Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Ooops
  • Loading branch information
Corbachu committed Jun 25, 2018
1 parent 0bcd46d commit 34e610e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Expand Up @@ -152,11 +152,15 @@ endif()
add_definitions(
-DDEH_EDGE_PLUGIN
-DHAVE_PHYSFS
)

if(HYPERTENSION)
add_definitions(
-DHYPERTENSION
-DSSE2
endif()
)
endif()

# Removed HAVE_STDINT_H on Visual Studio/Win32 machines (Caused problems, so I Shoved it into UNIX define)
if(APPLE)
add_definitions(
Expand Down

0 comments on commit 34e610e

Please sign in to comment.