Skip to content

Commit 62c655e

Browse files
committed
Rollback last commit (did not fix MacOS tRAVISci build).
1 parent 411a8f1 commit 62c655e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

atari_py/ale_interface/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ if(APPLE)
6060
add_definitions(-DBSPF_MAC_OSX)
6161
include_directories(/System/Library/Frameworks/vecLib.framework/Versions/Current/Headers)
6262
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
63-
#endif()
64-
#
65-
#if(WIN32 OR MINGW)
66-
elseif(WIN32 OR MINGW)
63+
endif()
64+
65+
if(WIN32 OR MINGW)
6766
add_definitions(-DBSPF_WIN32)
6867
list(APPEND SOURCES ${SOURCE_DIR}/os_dependent/SettingsWin32.cxx ${SOURCE_DIR}/os_dependent/OSystemWin32.cxx ${SOURCE_DIR}/os_dependent/FSNodeWin32.cxx)
6968
else()

0 commit comments

Comments
 (0)