Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ninja problem: bad $-escape (literal $ must be written as $$) #528

Open
LightSun opened this issue Mar 4, 2021 · 0 comments
Open

ninja problem: bad $-escape (literal $ must be written as $$) #528

LightSun opened this issue Mar 4, 2021 · 0 comments

Comments

@LightSun
Copy link

LightSun commented Mar 4, 2021

E:\pros\lib_pdfium>make -f makefile_ninja_win android-arm64-debug -j4
windows
make -R -C .build/projects/ninja-android-arm64 config=debug
make[1]: Entering directory 'E:/pros/lib_pdfium/.build/projects/ninja-android-arm64'
==== Building all (debug) ====
ninja: error: fx_icu.ninja:9: bad $-escape (literal $ must be written as $$)
  command     = cmd /c "$(ANDROID_NDK_CLANG)/bin/clang $defines $include...
                        ^ near here
ninja: Entering directory `debug'
make[1]: *** [Makefile:14: all] Error 1
make[1]: Leaving directory 'E:/pros/lib_pdfium/.build/projects/ninja-android-arm64'
make: *** [makefile_ninja_win:93: android-arm64-debug] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@LightSun and others