Changes between Version 2 and Version 3 of Fuchsia


Ignore:
Timestamp:
Jun 27, 2018 11:55:36 PM (6 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fuchsia

    v2 v3  
    1616set(CMAKE_SYSROOT /path/to/fuchsia-sdk/sysroot/x86_64-fuchsia)
    1717set(CMAKE_C_COMPILER /path/to/bin/clang)
    18 set(CMAKE_CXX_COMPILER /path/to/bin/clang)
     18set(CMAKE_CXX_COMPILER /path/to/bin/clang++)
    1919}}}
    2020
     
    2222
    2323{{{
    24 $ export CMAKE_TOOLCHAIN_FILE=/path/to/x86_64-fuchsia.toolchain.cmake
    25 $ ./Tools/Scripts/build-webkit --jsc-only --fuchsia
     24$ ./Tools/Scripts/build-jsc --jsc-only --cmakeargs="-DCMAKE_TOOLCHAIN_FILE=/path/to/x86_64-fuchsia.toolchain.cmake"
    2625}}}
    2726