1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

🔥 the package name from the paths.

We’re determining these things ourselves so we don’t need to fuss about that.
This commit is contained in:
Rob Rix 2019-12-17 16:51:21 -05:00
parent ed455979eb
commit abe0a27c4e
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -21,14 +21,14 @@ function flags {
echo "-O0"
echo "-ignore-dot-ghci"
echo "-outputdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build"
echo "-odir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build"
echo "-hidir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build"
echo "-stubdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build"
echo "-outputdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build"
echo "-odir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build"
echo "-hidir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build"
echo "-stubdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build"
echo "-i$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build/autogen"
echo "-i$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/build/autogen"
echo "-I$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build/autogen"
echo "-I$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/build/autogen"
echo "-i$root/semantic-analysis/src"
echo "-i$root/semantic-ast/src"
@ -43,7 +43,7 @@ function flags {
echo "-i$root/test"
echo "-optP-include"
echo "-optP$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build/autogen/cabal_macros.h"
echo "-optP$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/build/autogen/cabal_macros.h"
echo "-hide-all-packages"