Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
OldFoolAgain committed Sep 2, 2023
1 parent d467684 commit e5b31e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spidermonkey/make/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ project(jscript VERSION 1.8.0 LANGUAGES C)
if(NOT WIN32)
execute_process(
COMMAND cc -o ${CMAKE_CURRENT_SOURCE_DIR}/jscpucfg ${PROJECT_SOURCE_DIR}/../../jscpucfg.c -Wno-format-security -Wno-deprecated-declarations -Os
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/jscpucfg
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/jscpucfg
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
OUTPUT_FILE ${CMAKE_CURRENT_SOURCE_DIR}/../../jsautocfg.h
OUTPUT_FILE ${PROJECT_SOURCE_DIR}/../../jsautocfg.h

)
message("Generating jsautocfg.h")
Expand Down

0 comments on commit e5b31e8

Please sign in to comment.