We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411a8f1 commit 62c655eCopy full SHA for 62c655e
atari_py/ale_interface/CMakeLists.txt
@@ -60,10 +60,9 @@ if(APPLE)
60
add_definitions(-DBSPF_MAC_OSX)
61
include_directories(/System/Library/Frameworks/vecLib.framework/Versions/Current/Headers)
62
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
63
-#endif()
64
-#
65
-#if(WIN32 OR MINGW)
66
-elseif(WIN32 OR MINGW)
+endif()
+
+if(WIN32 OR MINGW)
67
add_definitions(-DBSPF_WIN32)
68
list(APPEND SOURCES ${SOURCE_DIR}/os_dependent/SettingsWin32.cxx ${SOURCE_DIR}/os_dependent/OSystemWin32.cxx ${SOURCE_DIR}/os_dependent/FSNodeWin32.cxx)
69
else()
0 commit comments