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 34a5577 commit d467684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spidermonkey/make/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
OUTPUT_FILE ${CMAKE_CURRENT_SOURCE_DIR}/../../jsautocfg.h

)
Expand Down

0 comments on commit d467684

Please sign in to comment.