Skip to content

Commit 3703b1b

Browse files
committed
Merge main-linux.cpp and main-darwin.cpp to main-unix.cpp for easy maintenance.
JerryScript-DCO-1.0-Signed-off-by: Sung-Jae Lee [email protected]
1 parent fec49f5 commit 3703b1b

File tree

3 files changed

+2
-322
lines changed

3 files changed

+2
-322
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ project (Jerry CXX C ASM)
324324
# Platform-specific
325325
# Jerry standalone
326326
# Linux
327-
set(SOURCE_JERRY_STANDALONE_MAIN_LINUX main-linux.cpp)
327+
set(SOURCE_JERRY_STANDALONE_MAIN_LINUX main-unix.cpp)
328328

329329
# Darwin
330-
set(SOURCE_JERRY_STANDALONE_MAIN_DARWIN main-darwin.cpp)
330+
set(SOURCE_JERRY_STANDALONE_MAIN_DARWIN main-unix.cpp)
331331

332332
# MCU
333333
# stm32f3

main-darwin.cpp

Lines changed: 0 additions & 320 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)